Beispiel #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
Beispiel #2
0
 def test_missing_fail(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is False
Beispiel #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
Beispiel #4
0
 def test_success(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is True
Beispiel #5
0
 def test_monkey_none(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host,
                                         self.test_dir)
     assert rc is False
 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
 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
 def test_missing_fail(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is False
 def test_monkey_none(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is False
 def test_success(self):
     rc = gatherkeys.gatherkeys_with_mon(self.args, self.host, self.test_dir)
     assert rc is True