[master] c0b7384 Explicit features

Guillaume Quintard guillaume at varnish-software.com
Wed Jun 8 12:28:06 CEST 2016


commit c0b7384de238ab4fda1cdd708e659af898b484ff
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Tue Jun 7 13:48:20 2016 +0200

    Explicit features

diff --git a/bin/varnishtest/vtc.c b/bin/varnishtest/vtc.c
index 20ba48f..e7a40ef 100644
--- a/bin/varnishtest/vtc.c
+++ b/bin/varnishtest/vtc.c
@@ -586,15 +586,24 @@ cmd_random(CMD_ARGS)
  * Test that the required feature(s) for a test are available, and skip the test
  * otherwise. feature takes any number of arguments from this list:
  *
- * - SO_RCVTIMEO_WORKS
- * - 64bit
- * - !OSX
- * - dns
- * - topbuild
- * - root
- * - user_varnish
- * - user_vcache
- *
+ * SO_RCVTIMEO_WORKS
+ *        The SO_RCVTIMEO socket option is working
+ * 64bit
+ *        The environment is 64 bits
+ * !OSX
+ *        The environment is not OSX
+ * dns
+ *        DNS lookups are working
+ * topbuild
+ *        varnishtest has been started with '-i'
+ * root
+ *        varnishtest has been invoked by the root user
+ * user_varnish
+ *        The varnish user is present
+ * user_vcache
+ *        The vcache user is present
+ * group_varnish
+ *        The varnish group is present
  */
 
 static void



More information about the varnish-commit mailing list