run_qtip.sh fix 37/6537/1
authorNauman_Ahad <Nauman_Ahad@dell.com>
Wed, 13 Jan 2016 14:45:52 +0000 (19:45 +0500)
committerNauman_Ahad <Nauman_Ahad@dell.com>
Wed, 13 Jan 2016 14:45:52 +0000 (19:45 +0500)
Renamed compute.txt to compute for run_qtip.sh
to reflect changes made in qtip repo

Change-Id: I4456ef305cfd01c039ce152b5fd6f6512204166d
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
docker/run_qtip.sh

index e6c2ed9..79c2a22 100755 (executable)
@@ -10,25 +10,25 @@ cd ${QTIP_DIR}  &&  source get_env_info.sh \
 source ${QTIP_DIR}/opnfv-creds.sh
 
 if [ "$TEST_CASE" == "compute" ]; then
-    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f compute.txt
+    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f compute
     cd ${QTIP_DIR}/data/ref_results/ $$ python compute_suite.py
 fi
 
 if [ "$TEST_CASE" == "storage" ]; then
-    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f storage.txt
+    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f storage
     cd ${QTIP_DIR}/data/ref_results/ $$ python storage_suite.py
 fi
 
 if [ "$TEST_CASE" == "network" ]; then
-    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f network.txt
+    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f network
     cd ${QTIP_DIR}/data/ref_results/ $$ python network_suite.py
 fi
 
 
 if [ "$TEST_CASE" == "all" ]; then
-    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f compute.txt
-    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f storage.txt
-    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f network.txt
+    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f compute
+    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f storage
+    cd ${QTIP_DIR}  && python qtip.py -l ${NODE_NAME} -f network
 
     cd ${QTIP_DIR}/data/ref_results/ $$ python compute_suite.py
     cd ${QTIP_DIR}/data/ref_results/ $$ python storage_suite.py