Переглянути джерело

cts: InitClusterManager is now BootCluster

This is forward port of flatiron-cts
fbe1721e676eafd1f25f470234b646904f54e3f3.

Thanks to bliu <bliu@suse.com> for pointing out.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse 10 роки тому
батько
коміт
e2b6b25126
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      cts/corolab.py

+ 2 - 2
cts/corolab.py

@@ -308,10 +308,10 @@ if __name__ == '__main__':
     elif Environment["all-once"] or NumIter == 0: 
     elif Environment["all-once"] or NumIter == 0: 
         NumIter = len(Tests)
         NumIter = len(Tests)
         scenario = AllOnce(
         scenario = AllOnce(
-            cm, [ InitClusterManager(Environment), TestAgentComponent(Environment), PacketLoss(Environment) ], Audits, Tests)
+            cm, [ BootCluster(Environment), TestAgentComponent(Environment), PacketLoss(Environment) ], Audits, Tests)
     else:
     else:
         scenario = RandomTests(
         scenario = RandomTests(
-            cm, [ InitClusterManager(Environment), TestAgentComponent(Environment), PacketLoss(Environment) ], Audits, Tests)
+            cm, [ BootCluster(Environment), TestAgentComponent(Environment), PacketLoss(Environment) ], Audits, Tests)
 
 
     Environment.log(">>>>>>>>>>>>>>>> BEGINNING " + repr(NumIter) + " TESTS ")
     Environment.log(">>>>>>>>>>>>>>>> BEGINNING " + repr(NumIter) + " TESTS ")
     Environment.log("Stack:            %s" % Environment["Stack"])
     Environment.log("Stack:            %s" % Environment["Stack"])