Generate xunit reports (rally and tempest) 41/67041/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 14 Feb 2019 21:21:53 +0000 (22:21 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 15 Feb 2019 16:09:20 +0000 (17:09 +0100)
commit1a37af78f9cb9966daf7d1e31931c8f73c059aa0
tree8c18fb946e27b32daf88f3a27fcef1c04156b717
parent18e2880cba0265219941dfc4700f334e500d23eb
Generate xunit reports (rally and tempest)

It adds xunit reports for rally-based and tempest-based testcases.
It completes the reports provided by snaps (thanks to Xtesting).

All rally related operations are moved to rally.
It allows removing the rally dependency to tempest which was false.

Change-Id: Ia7d2476f58f4f68b7c88442e50cad844037a36e9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 3393f2016483555c27d612c69ec11274cc8aa72a)
functest/opnfv_tests/openstack/rally/rally.py
functest/opnfv_tests/openstack/tempest/conf_utils.py
functest/opnfv_tests/openstack/tempest/tempest.py
functest/tests/unit/openstack/rally/test_rally.py
functest/tests/unit/openstack/tempest/test_conf_utils.py
functest/tests/unit/openstack/tempest/test_tempest.py