Esempio n. 1
0
 def test_status(self):
     m = Monty(TEST_SRV)
     statuses = m.status()
Esempio n. 2
0
 def test_results(self):
     m = Monty(TEST_SRV)
     results = m.results()
Esempio n. 3
0
 def test_scripts(self):
     m = Monty(TEST_SRV)
     scripts = m.scripts()
Esempio n. 4
0
 def test_probes(self):
     m = Monty(TEST_SRV)
     probes = m.probes()
Esempio n. 5
0
 def test_nodes(self):
     m = Monty(TEST_SRV)
     nodes = m.nodes()
Esempio n. 6
0
 def test_instantiation(self):
     m = Monty(TEST_SRV)