summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-04-13 23:35:29 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-04-14 12:09:16 +0200
commite688f8789bc816769716ea9950786379029cf97c (patch)
treec9be37173d23cb337b4dcf4bcc5f884cae7188a5 /docker
parent528ede4824d5966973f84fb80d548bba2dade4f8 (diff)
Create health check test case
JIRA: FUNCTEST-199 Change-Id: Iee40f182cdbe848d0f87619b7dd06fbce34d0440 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index ff0f1bfd8..52d1b25e8 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -95,6 +95,11 @@ function run_test(){
fi
case $test_name in
+ "healthcheck")
+ info "Running health check test..."
+ ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/healthcheck.sh
+ clean_openstack
+ ;;
"vping_ssh")
info "Running vPing-SSH test..."
python ${FUNCTEST_REPO_DIR}/testcases/vPing/CI/libraries/vPing_ssh.py \