From: Thierry Parmentelat Date: Fri, 1 Feb 2013 17:35:17 +0000 (+0100) Subject: declare deathvegas as a second lxc box X-Git-Tag: tests-5.1-10~11 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=8dd9212c40098c225eed61133c3238fb5aab4dcf declare deathvegas as a second lxc box --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 30eafd3..9c7e7c7 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -24,12 +24,13 @@ class OnelabSubstrate (Substrate): # the vs-capable box for PLCs def plc_vs_boxes_spec (self): - return [ ('vs64-1', 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): - return [ ('lxc64-1', 35), # how many plcs max in this box + return [ ('gotan', 35), # how many plcs max in this box + ('deathvegas', 35), ] # vplc01 to 40