From: Thierry Parmentelat Date: Mon, 18 Mar 2013 08:10:59 +0000 (+0100) Subject: turn on deathvegas, turn off gotan, as lxc-capable boxes for f>=16 tests X-Git-Tag: tests-5.2-2~30 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=f2b44361ae252bbd2f4459f1d56850f2fd269353 turn on deathvegas, turn off gotan, as lxc-capable boxes for f>=16 tests --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index ca30f86..cc7b58c 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -29,9 +29,10 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): - return [ ('gotan', 35), # how many plcs max in this box -# ('deathvegas', 35), - ] + return [ +# ('gotan', 30), # how many plcs max in this box + ('deathvegas', 30), + ] # vplc01 to 40 def vplc_ips (self):