def collect_results(self):
     """
     Collects tempest report as xunit report
     """
     self.wait_for_results()  # tests are run in screen
     self.xunit_file = self.test_node.name + ".xml"
     self.test_node.scp_from(self.xunit_file, local_path=self.xunit_file)
     self.test_node.run_cmd("killall screen")
     xunit_merge()
 def collect_results(self):
     """
     Collects tempest report as xunit report
     """
     self.wait_for_results()  # tests are run in screen
     self.xunit_file = self.test_node.name + ".xml"
     self.test_node.scp_from(self.xunit_file, local_path=self.xunit_file)
     self.test_node.run_cmd("killall screen")
     xunit_merge()
Exemple #3
0
 def collect_results(self):
     """
     Collect report and merge tests
     """
     xunit_merge()
Exemple #4
0
 def collect_results(self):
     """
     Collect report and merge tests
     """
     xunit_merge()