diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-14 23:25:22 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-14 23:25:22 +0000 |
| commit | bbdf58298a3caf914c81b57056138a54a5b38870 (patch) | |
| tree | b69c40ba65fe9f50c29566763de59e57456f4bd2 /openstackclient | |
| parent | d35374e33fcef9c389cf6331441880f10f1aee95 (diff) | |
| parent | 63cdf079b102a0b575ab760435130e23cdbc0db5 (diff) | |
| download | python-openstackclient-bbdf58298a3caf914c81b57056138a54a5b38870.tar.gz | |
Merge "Use git+file urls instead of directories"
Diffstat (limited to 'openstackclient')
| -rwxr-xr-x | openstackclient/tests/functional/post_test_hook_tips.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/openstackclient/tests/functional/post_test_hook_tips.sh b/openstackclient/tests/functional/post_test_hook_tips.sh index 994142d8..28ab9580 100755 --- a/openstackclient/tests/functional/post_test_hook_tips.sh +++ b/openstackclient/tests/functional/post_test_hook_tips.sh @@ -7,13 +7,14 @@ # http://docs.openstack.org/developer/python-openstackclient/ # This particular script differs from the normal post_test_hook because -# it installs the master (tip) version of osc-lib and openstacksdk +# it installs the master (tip) version of osc-lib, os-client-config +# and openstacksdk, OSCs most important dependencies. function generate_testr_results { if [ -f .testrepository/0 ]; then - sudo .tox/functional/bin/testr last --subunit > $WORKSPACE/testrepository.subunit + sudo .tox/functional-tips/bin/testr last --subunit > $WORKSPACE/testrepository.subunit sudo mv $WORKSPACE/testrepository.subunit $BASE/logs/testrepository.subunit - sudo .tox/functional/bin/subunit2html $BASE/logs/testrepository.subunit $BASE/logs/testr_results.html + sudo .tox/functional-tips/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 @@ -28,7 +29,7 @@ sudo chown -R jenkins:stack $OPENSTACKCLIENT_DIR cd $OPENSTACKCLIENT_DIR # Run tests -echo "Running openstackclient functional test suite" +echo "Running openstackclient functional-tips test suite" set +e # Source environment variables to kick things off |
