Ejemplo n.º 1
0
 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 + "-" + self.time + ".xml"
     self.test_node.run_cmd("mv {0} {1}".format(self.test_node.name +
                                                ".xml",
                                                self.xunit_file))
     self.test_node.scp_from(self.xunit_file, local_path=self.xunit_file)
     self.test_node.run_cmd("killall screen")
     xunit_merge()
Ejemplo n.º 2
0
 def collect_results(self):
     """
     Collect report and merge tests
     """
     xunit_merge()