diff --git a/test/env b/test/env index 815d803d..bc99458f 100755 --- a/test/env +++ b/test/env @@ -48,7 +48,8 @@ EOF usage() { cat <] [-q ] [...] +usage: test/env [] -f -q [...] + test/env [] -C -f -t [...] Run in a pre-packaged container with all the packages required for running the test suite installed. @@ -60,7 +61,9 @@ usage: test/env [-C [-K]] [-f ] [-q ] [...] namespaces -f - Infix image to test + Infix image to test. YANG models from this image are extracted + for use by Infamy. When starting a qeneth network, this image is + used on all nodes. -h Show this help message @@ -72,7 +75,14 @@ usage: test/env [-C [-K]] [-f ] [-q ] [...] -q Directory containing a topology.dot.in, suitable for consumption - by qeneth + by qeneth. A copy of this network is created, and launched. The + resulting topology is used as the default physical topology when + running tests + + -t + Rather than starting a qeneth network, attach to this existing + topology. Mostly useful together with -C + EOF }