示例#1
0
 def test_results(self):
     m = Monty(TEST_SRV)
     results = m.results()
示例#2
0
 def test_status(self):
     m = Monty(TEST_SRV)
     statuses = m.status()
示例#3
0
 def test_probes(self):
     m = Monty(TEST_SRV)
     probes = m.probes()
示例#4
0
 def test_scripts(self):
     m = Monty(TEST_SRV)
     scripts = m.scripts()
示例#5
0
 def test_status(self):
     m = Monty(TEST_SRV)
     statuses = m.status()
示例#6
0
 def test_nodes(self):
     m = Monty(TEST_SRV)
     nodes = m.nodes()
示例#7
0
 def test_results(self):
     m = Monty(TEST_SRV)
     results = m.results()
示例#8
0
 def test_scripts(self):
     m = Monty(TEST_SRV)
     scripts = m.scripts()
示例#9
0
 def test_probes(self):
     m = Monty(TEST_SRV)
     probes = m.probes()
示例#10
0
 def test_nodes(self):
     m = Monty(TEST_SRV)
     nodes = m.nodes()
示例#11
0
 def test_instantiation(self):
     m = Monty(TEST_SRV)