summaryrefslogtreecommitdiffstats
path: root/tests/clean.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-09Change type of nova_api_version from float to strCarlos Goncalves1-1/+1
Recently functest container had its python requests lib updated to version 2.8.0 and it no longer supports passing in header values of float type. Change-Id: I31da351d7f5c7c1c3ff5121b7b000f3bab1d76bf Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2016-02-20test: fix bugs (ssh args and force-down in cleanup)Ryota MIBU1-0/+45
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>