diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-21 00:19:29 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-21 00:32:31 +0900 |
commit | a3ea372e18ef14b75734f82db969531df6d0c7dd (patch) | |
tree | c7681ccb02544f77534863c3f7f412cf204d21a3 /tests/run.sh | |
parent | e891316ac35f062c66b15a7ee7981016c6edcc9e (diff) |
test: add nova_force_down client
New force_down API is not available due to rack of support in default
configuration of keystone service catalog and limit of novaclient,
so this patch adds nova_force_down client to operate the new API.
Change-Id: I2545f4448313b334d4c0a12f1638e64ecfafdf41
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-x | tests/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index 9bd6573b..167a16be 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -164,7 +164,7 @@ cleanup() { ssh $ssh_opts_cpu "heat-admin@$COMPUTE_IP" \ "[ -e disable_network.log ] && cat disable_network.log" - python ./clean.py + python ./nova_force_down.py "$COMPUTE_HOST" --unset sleep 1 nova delete "$VM_NAME" sleep 1 |