summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-02-08 06:06:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-08 06:06:30 +0000
commit4700428fcb30a27c66aadc765042f94688528bbb (patch)
tree37162ad06ae629e49d3825befd5b10f59a274aea /jjb
parentfdb4631f57b1343a040ed3a9f65e4c118e8f8488 (diff)
parentd818601709156e26c79cdbd39aa7ac36461f89db (diff)
Merge "Deprecate legacy test task"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/qtip/helpers/validate-deploy.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/jjb/qtip/helpers/validate-deploy.sh b/jjb/qtip/helpers/validate-deploy.sh
index 4fdc04345..16455371f 100644
--- a/jjb/qtip/helpers/validate-deploy.sh
+++ b/jjb/qtip/helpers/validate-deploy.sh
@@ -27,12 +27,7 @@ if [ $(docker ps | grep 'opnfv/qtip' | wc -l) == 0 ]; then
else
echo "The container ID is: ${container_id}"
QTIP_REPO=/home/opnfv/repos/qtip
-
- echo "Run Qtip test"
- docker exec -t ${container_id} $QTIP_REPO/docker/run_qtip.sh
-
- echo "Pushing available results to DB"
- docker exec -t ${container_id} $QTIP_REPO/docker/push_db.sh
+# TODO(yujunz): execute benchmark plan for compute-qpi
fi
echo "Qtip done!"