From: Stuart Mackie Date: Thu, 28 Jan 2016 17:32:14 +0000 (-0800) Subject: Changed to use $(repos_dir) and removed # X-Git-Tag: brahmaputra.1.0~90 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d6d7ab5fe6c5c2ba63c41aa779c7b82206810df2;p=functest.git Changed to use $(repos_dir) and removed # Change-Id: I6e4004aad2d55309b520647eee59608ee7fa66d7 Signed-off-by: Stuart Mackie (cherry picked from commit abfd2e7b94e4028e8ac032a5282f648b9dac08ec) --- diff --git a/docker/run_tests.sh b/docker/run_tests.sh index ff390453f..e6b4cfea0 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -181,7 +181,7 @@ test/csit/suites/vpnservice ;; "ovno") info "Running OpenContrail test..." - # TODO + ${repos_dir}/ovno/Testcases/RunTests.sh ;; esac }