diff options
author | pmikus <pmikus@cisco.com> | 2016-04-12 13:38:20 +0200 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2016-04-12 13:38:20 +0200 |
commit | dbb26bdddde2556a78a596f236783480dc60bc0f (patch) | |
tree | 5e078bdc620c5fc9f5df1ed53a118e907ae0fe8e /bootstrap-verify-perf.sh | |
parent | 7db13c550198c1954052ce51aae1283b3f277d05 (diff) |
Boostrap verify installation directory removal
- Boostrap verify installation directory removal
Change-Id: I091240f8a3f7e5074cdc2f069837963e4c8bd192
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index a4d519441f..042d44ed4b 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -61,7 +61,7 @@ while :; do done function cancel_all { - python ${CUR_DIR}/resources/tools/topo_installation.py -c -t $1 + python ${CUR_DIR}/resources/tools/topo_installation.py -c -d ${INSTALLATION_DIR} -t $1 python ${CUR_DIR}/resources/tools/topo_reservation.py -c -t $1 } |