X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestMain.py;h=a325223bd1c1be28b352ad5f8e985278bd86355e;hb=c15f3e993044f4e943a0876fb8dc972b3f7b06b4;hp=ae4a861cbe5afea25165f55536b85c0ee1be8582;hpb=b911d7b47d6d89a2afe044f0d77d2990c387b060;p=tests.git diff --git a/system/TestMain.py b/system/TestMain.py index ae4a861..a325223 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -171,7 +171,9 @@ steps refer to a method in TestPlc or to a step_* module help="Specify the set of hostnames for the boxes that host the nodes") parser.add_option("-N","--nodes",action="append", dest="ips_vnode", default=[], help="Specify the set of hostname/IP's to use for vnodes") - parser.add_option ('-X', "--lxc",action='store_true',dest='plcs_use_lxc', + parser.add_option ('-X', "--lxc",action='store_true',dest='plcs_use_lxc',default=True, + help='use lxc-enabled plc boxes instead of vs-enabled ones') + parser.add_option ('-S', "--vs",action='store_false',dest='plcs_use_lxc', help='use lxc-enabled plc boxes instead of vs-enabled ones') parser.add_option("-s","--size",action="store",type="int",dest="size",default=1, help="sets test size in # of plcs - default is 1")