Exemplo n.º 1
0
 def testManagerCreatorNodesFromChassis(self):
     """
     test the manager constructor with the chassis option
     """
     opts = Options()  # default options object
     opts.cluster = TEST_CLUSTER
     opts.chassis = "61"
     Manager(opts)