summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-09-04 00:50:45 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-09-04 00:52:57 +0900
commit3469efac8e8100cbc59a35ff0f8aa280aae0149b (patch)
tree65ac8b011ce6410f426e2f05bdb34ee33e8d94fe
parent200690209a73ae32756a5d2cc4cbfa75d6e3eae0 (diff)
downloadpython-ceilometerclient-3469efac8e8100cbc59a35ff0f8aa280aae0149b.tar.gz
Use new location of subunit2html
The previous location is going away, this location is preferred. This patch is copied from https://review.openstack.org/#/c/218165/ . Change-Id: Idd9cc58a845e82bc679d49e5bfb22644a9c67364 Closes-Bug: #1489404
-rwxr-xr-xceilometerclient/tests/functional/hooks/post_test_hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceilometerclient/tests/functional/hooks/post_test_hook.sh b/ceilometerclient/tests/functional/hooks/post_test_hook.sh
index 6265cc7..fcd704c 100755
--- a/ceilometerclient/tests/functional/hooks/post_test_hook.sh
+++ b/ceilometerclient/tests/functional/hooks/post_test_hook.sh
@@ -18,7 +18,7 @@ function generate_testr_results {
if [ -f .testrepository/0 ]; then
sudo .tox/functional/bin/testr last --subunit > $WORKSPACE/testrepository.subunit
sudo mv $WORKSPACE/testrepository.subunit $BASE/logs/testrepository.subunit
- sudo .tox/functional/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py $BASE/logs/testrepository.subunit $BASE/logs/testr_results.html
+ sudo /usr/os-testr-env/bin/subunit2html $BASE/logs/testrepository.subunit $BASE/logs/testr_results.html
sudo gzip -9 $BASE/logs/testrepository.subunit
sudo gzip -9 $BASE/logs/testr_results.html
sudo chown jenkins:jenkins $BASE/logs/testrepository.subunit.gz $BASE/logs/testr_results.html.gz