コード例 #1
0
ファイル: test_monty.py プロジェクト: hackerlist/monty-python
 def test_results(self):
     m = Monty(TEST_SRV)
     results = m.results()
コード例 #2
0
ファイル: test_monty.py プロジェクト: hackerlist/monty-python
 def test_status(self):
     m = Monty(TEST_SRV)
     statuses = m.status()
コード例 #3
0
ファイル: test_monty.py プロジェクト: hackerlist/monty-python
 def test_probes(self):
     m = Monty(TEST_SRV)
     probes = m.probes()
コード例 #4
0
ファイル: test_monty.py プロジェクト: hackerlist/monty-python
 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
ファイル: test_monty.py プロジェクト: hackerlist/monty-python
 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)