Ejemplo n.º 1
0
 def test_remoto_process_check_out_missing_monmap_host1(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is False
Ejemplo n.º 2
0
 def test_missing_fail(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is False
Ejemplo n.º 3
0
 def test_remoto_process_check_out_not_json(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is False
Ejemplo n.º 4
0
 def test_success(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is True
Ejemplo n.º 5
0
 def test_monkey_none(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is False
Ejemplo n.º 6
0
 def test_remoto_process_check_out_missing_monmap_host1(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is False
Ejemplo n.º 7
0
 def test_remoto_process_check_out_not_json(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is False
Ejemplo n.º 8
0
 def test_missing_fail(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is False
Ejemplo n.º 9
0
 def test_monkey_none(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is False
Ejemplo n.º 10
0
 def test_success(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is True