summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorStuart Mackie <wsmackie@juniper.net>2016-01-28 09:32:14 -0800
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-29 08:29:33 +0000
commitd6d7ab5fe6c5c2ba63c41aa779c7b82206810df2 (patch)
tree4b9716b8ddfa8f0e6cb93cbcb0895bd921771147 /docker
parent5fc3080e11a727b91c4ff57d24054f198d54cd02 (diff)
Changed to use $(repos_dir) and removed #
Change-Id: I6e4004aad2d55309b520647eee59608ee7fa66d7 Signed-off-by: Stuart Mackie <wsmackie@juniper.net> (cherry picked from commit abfd2e7b94e4028e8ac032a5282f648b9dac08ec)
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
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
}