tweaked
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Sep 2011 20:15:02 +0000 (22:15 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Sep 2011 20:15:02 +0000 (22:15 +0200)
system/LocalSubstrate.inria.py
system/TestPlc.py

index a33ede4..836d1d1 100755 (executable)
@@ -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):
index 0da2179..a567080 100644 (file)
@@ -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',