make cross-check-tcp more robust : we need to wait for network presence on both ends...
[tests.git] / system / config_default.py
index 00ababf..8937fef 100644 (file)
@@ -461,7 +461,7 @@ def tcp_specs (options,index):
     specs += [ same_node_same_slice ]
 # worth another try
     specs += [ same_node_2_slices ]
-    if options.size >:
+    if options.size > 1:
         specs += [ two_nodes_same_slice, two_nodes_2_slices ]
     return specs