no need for a vs-box for testing plcs any more
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 29 May 2013 09:42:48 +0000 (11:42 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 29 May 2013 09:42:48 +0000 (11:42 +0200)
system/LocalSubstrate.inria.py

index eef084c..a0946bb 100755 (executable)
@@ -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):