From 7f14bc6dd9b02ac2eeb323874df92c872975d769 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 29 May 2013 11:42:48 +0200 Subject: [PATCH] no need for a vs-box for testing plcs any more --- system/LocalSubstrate.inria.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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): -- 2.43.0