aboutsummaryrefslogtreecommitdiffstats
path: root/docker/run_qtip.sh
blob: dd3d322fef3b025a4b220ab293c88fe0c363d249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/bash

cp ${REPOS_DIR}/releng/utils/fetch_os_creds.sh ${QTIP_DIR}/data/
cd ${QTIP_DIR}/data  &&  source get_env_info.sh -n ${INSTALLER_TYPE} -i ${INSTALLER_IP}
source ${QTIP_DIR}/data/opnfv-creds.sh
cd ${QTIP_DIR}  && python qtip.py -l ${LAB} -f compute.txt
cd ${QTIP_DIR}  && python qtip.py -l ${LAB} -f storage.txt
cd ${QTIP_DIR}  && python qtip.py -l ${LAB} -f network.txt

cd ${QTIP_DIR}/data/ref_results/ $$ python compute_suite.py
cd ${QTIP_DIR}/data/ref_results/ $$ python storage_suite.py
cd ${QTIP_DIR}/data/ref_results/ $$ python network_suite.py