rally/tests_ci/rally-integrated.sh
Sergey Skripnick 98d7946e3c Add basic tools for integration tests
Add class for represent task config
Add integration tests for rally SLA
Generate html test results

Change-Id: Ifc77d1efad1456df0325fcb0d0d9dca0d9b46866
2014-07-15 13:57:42 +03:00

13 lines
235 B
Bash
Executable File

#!/bin/sh -ex
env
mkdir -p .testrepository
python -m subunit.run discover tests_ci > .testrepository/subunit.log
EXIT_CODE=$?
subunit2pyunit < .testrepository/subunit.log
subunit-stats < .testrepository/subunit.log
exit $EXIT_CODE