예제 #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)