Exemple #1
0
 def setUp(self):
     self.test_run = TestRun(skip_vm_check=True)
     self.xml_file = path.join(path.dirname(__file__), "test.xml")
     self.log_file = path.join(path.dirname(__file__), "test.log")
     create_files.create_xml_file(self.xml_file)
     create_files.create_ica_file(self.log_file)
Exemple #2
0
 def setUp(self):
     self.test_run = TestRun(skip_vm_check=True)
     self.xml_file = path.join(path.dirname(__file__), 'test.xml')
     self.log_file = path.join(path.dirname(__file__), 'test.log')
     create_files.create_xml_file(self.xml_file)
     create_files.create_ica_file(self.log_file)
Exemple #3
0
 def setUp(self):
     self.test_run = TestRun(skip_vm_check=True, checkpoint_name=False)
     self.xml_file = path.join(path.dirname(__file__), 'test.xml')
     self.log_file = path.join(path.dirname(__file__), 'test.log')
     create_files.create_xml_file(self.xml_file)
     create_files.create_ica_file(self.log_file)
Exemple #4
0
 def setUp(self):
     self.file_path = path.join(path.dirname(__file__), 'test.log')
     create_ica_file(self.file_path)
     self.maxDiff = None