From 394a339ab21946daf59691dbf1e0fb3ccd8222b3 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Tue, 16 Apr 2013 15:10:16 +0200 Subject: [PATCH] put gotan in the tests infrastructure and remove deathvegas --- system/LocalSubstrate.inria.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index f0712ce..1f7538c 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -30,8 +30,8 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ -# ('gotan', 30), # how many plcs max in this box - ('deathvegas', 30), + ('gotan', 30), # how many plcs max in this box +# ('deathvegas', 30), ] # vplc01 to 40 -- 2.43.0