Generate xunit reports (rally and tempest) 44/67044/1
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 17:27:53 +0000 (18:27 +0100)
commita5b19c79cfe340a607a909e8a7ca38eef15f8d43
treeabb593a679dc08820e7dce2450e750d5f7439595
parent49f5e46a12adf34c1dcfe5d127ff08a3706fc371
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