test: fix bugs (ssh args and force-down in cleanup) 25/10325/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Sat, 20 Feb 2016 04:08:30 +0000 (13:08 +0900)
committerRyota Mibu <r-mibu@cq.jp.nec.com>
Sat, 20 Feb 2016 04:17:46 +0000 (04:17 +0000)
commit914c18c6ffecc12026c8eb8838c719e6105bbcc1
tree5e9d7ae4f16d38e6b6d8ffa422ab6f8e64747e52
parent285c22406de5e74104cdd92468bcb6a0705f1eb4
test: fix bugs (ssh args and force-down in cleanup)

This patch fixes two bugs:

- ssh target hostname is wrong (it trailing by ':')

- novaclient cannot execute 'force-down' since it tries
  to use v2.0 endpoint which doesn't spport the new API,

Change-Id: I5ef3a8eda5fa7a6730b4eb456d0441d40718a010
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit e891316ac35f062c66b15a7ee7981016c6edcc9e)
tests/clean.py [new file with mode: 0644]
tests/run.sh