aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2018-01-11 22:25:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-11 22:25:06 +0000
commit10c40df0e3eb26ec2699a869772622a88a3ef601 (patch)
tree416a8b57d8fbcc61b8ea2b03ebf9b26a1e115225 /tools
parente11caa14f51beaa88c1cf6fda216a5f62cefb72d (diff)
parent11802c9ec469ab570dace176c18093bc655561a2 (diff)
Merge "Move tests: functional/"
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=$?