diff options
author | Emma Foley <emma.l.foley@intel.com> | 2017-11-29 23:02:43 +0000 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-11 20:50:41 +0000 |
commit | 11802c9ec469ab570dace176c18093bc655561a2 (patch) | |
tree | 983d57a7339b2ff7d85c1960c4ba98c18ce91435 /tools/run_tests.sh | |
parent | 5702f5b5e0721d9af61e494691376f32652e0048 (diff) |
Move tests: functional/
All tests in tests/functional have been moved to yardstick/tests/functional
JIRA: YARDSTICK-837
Change-Id: I89276b36635de74dd7b8f70e961c71aa0d2c494e
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'tools/run_tests.sh')
-rwxr-xr-x | tools/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests.sh b/tools/run_tests.sh index ddb5e55af..633c93859 100755 --- a/tools/run_tests.sh +++ b/tools/run_tests.sh @@ -56,7 +56,6 @@ run_functional_test() { mkdir -p .testrepository python -m subunit.run discover yardstick/tests/functional > .testrepository/subunit.log - python -m subunit.run discover tests/functional >> .testrepository/subunit.log subunit2pyunit < .testrepository/subunit.log EXIT_CODE=$? |