From f2b44361ae252bbd2f4459f1d56850f2fd269353 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 18 Mar 2013 09:10:59 +0100 Subject: [PATCH] turn on deathvegas, turn off gotan, as lxc-capable boxes for f>=16 tests --- system/LocalSubstrate.inria.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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): -- 2.43.0