X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FLocalSubstrate.inria.py;h=60086493dae27f7b1454e3fa896ff6dd23eafa9d;hb=dbeef18528cfec910b85da5bd7502338ce7c965c;hp=72f77a0fff8380ce0f2250e993706b478a86f057;hpb=f1e30964da79a2621c2e5e7dc9446b82c14353f1;p=tests.git diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 72f77a0..6008649 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -19,19 +19,20 @@ class OnelabSubstrate (Substrate): return 'testmaster' # the build boxes we use - def build_boxes_spec (self): + def build_vs_boxes_spec (self): return [ 'liquid', 'reed', 'velvet' ] + # the experimental lxc-based build box + def build_lxc_boxes_spec (self): + return [ 'warhol' ] + # the vs-capable box for PLCs def plc_vs_boxes_spec (self): - return [ -# ('warhol', 35), # how many plcs max in this box - ] + return [ ] # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ -# gotan has fsck issues and is being reinstalled under f20 # ('gotan', 10), # how many plcs max in this box ('deathvegas', 10), ]