Deprecate legacy test task 53/28053/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Sun, 5 Feb 2017 04:23:39 +0000 (12:23 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Sun, 5 Feb 2017 04:28:59 +0000 (12:28 +0800)
Change-Id: I8cd4ac73cd71d4baf99500b729aefdcb0ff9baca
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
jjb/qtip/helpers/validate-deploy.sh

index 4fdc043..1645537 100644 (file)
@@ -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!"