aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2017-11-29 23:02:43 +0000
committerRoss Brattain <ross.b.brattain@intel.com>2018-01-11 20:50:41 +0000
commit11802c9ec469ab570dace176c18093bc655561a2 (patch)
tree983d57a7339b2ff7d85c1960c4ba98c18ce91435 /tools
parent5702f5b5e0721d9af61e494691376f32652e0048 (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')
-rwxr-xr-xtools/run_tests.sh1
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=$?