From: Thierry Parmentelat Date: Wed, 29 May 2013 09:42:48 +0000 (+0200) Subject: no need for a vs-box for testing plcs any more X-Git-Tag: tests-5.2-4~7 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=7f14bc6dd9b02ac2eeb323874df92c872975d769 no need for a vs-box for testing plcs any more --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index eef084c..a0946bb 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -24,8 +24,9 @@ class OnelabSubstrate (Substrate): # the vs-capable box for PLCs def plc_vs_boxes_spec (self): - return [ ('warhol', 35), # how many plcs max in this box - ] + return [ +# ('warhol', 35), # how many plcs max in this box + ] # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self):