From: Thierry Parmentelat Date: Fri, 16 Sep 2011 20:15:02 +0000 (+0200) Subject: tweaked X-Git-Tag: tests-5.0-29~44 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=45b0232844776ccdbb83f2cf231c02ca607d553d;p=tests.git tweaked --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index a33ede4..836d1d1 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -29,7 +29,7 @@ class OnelabSubstrate (Substrate): return [ ( 'vplc%02d'%i, # DNS name # '02:34:56:00:ee:%02d'%i) # MAC address 'unused') # MAC address - for i in range(1,20) ] # 21 + for i in range(1,21) ] def qemu_boxes_spec (self): return [ @@ -45,7 +45,7 @@ class OnelabSubstrate (Substrate): def vnode_ips (self): return [ ( 'vnode%02d'%i, # DNS name '02:34:56:00:00:%02d'%i) # MAC address - for i in range(1,5) ] # 21 + for i in range(1,21) ] # local network settings def domain (self): diff --git a/system/TestPlc.py b/system/TestPlc.py index 0da2179..a567080 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -103,7 +103,7 @@ class TestPlc: 'ssh_node_boot', 'ssh_slice', 'check_initscripts', SEP, 'ssh_slice_sfa@1', 'sfa_delete_slice@1', 'sfa_delete_user@1', SEPSFA, 'check_tcp', SEP, - 'force_gather_logs', 'force_local_post', SEP, + 'force_gather_logs', SEP, ] other_steps = [ 'check_hooks',