[Guessnet-devel] [svn] r153 - in trunk: . debian

Enrico Zini enrico at costa.debian.org
Fri Aug 25 17:56:38 UTC 2006


Author: enrico
Date: Fri Aug 25 17:56:17 2006
New Revision: 153

Modified:
   trunk/   (props changed)
   trunk/FAQ
   trunk/debian/changelog
Log:
 r400 at viaza:  enrico | 2006-08-25 15:25:37 +0100
 Added FAQ entry on how to run a test only on some interfaces


Modified: trunk/FAQ
==============================================================================
--- trunk/FAQ	(original)
+++ trunk/FAQ	Fri Aug 25 17:56:17 2006
@@ -77,6 +77,26 @@
 normal user.
 
 
+How can I tell a test to only run on some interfaces?
+-----------------------------------------------------
+
+You can do this by limiting the candidate profiles for an interface in the
+mapping stanza.
+
+The following example runs the ``no-cable`` test only on the ethernet
+interface::
+
+  mapping eth0
+        script /usr/sbin/guessnet-ifupdown
+        map default: auto
+        map no-cable home work
+  
+  mapping wlan0
+        script /usr/sbin/guessnet-ifupdown
+        map default: auto
+        map home work hotel
+
+
 ---------------
 Troubleshooting
 ---------------

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Fri Aug 25 17:56:17 2006
@@ -5,8 +5,10 @@
     Thanks Adeodato Simó for the patches.
   * Applied patch from NMU.  Closes: 357182.
     Thanks Martin Michlmayr for the patch.
+  * Added an FAQ entry on how to run tests only on some interfaces.
+    Closes: #374326.
 
- -- Enrico Zini <enrico at debian.org>  Fri, 25 Aug 2006 15:17:14 +0100
+ -- Enrico Zini <enrico at debian.org>  Fri, 25 Aug 2006 15:24:44 +0100
 
 guessnet (0.38-1) unstable; urgency=low
 



More information about the Guessnet-devel mailing list