summaryrefslogtreecommitdiffstats
path: root/snaps/test_runner.py
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2018-04-17 17:15:36 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2018-04-18 21:09:48 +0400
commit88c9496ee5d40adbb324c0d449ed1659e661d700 (patch)
tree1959044c2b2a63f312eb993c8da025192162c12c /snaps/test_runner.py
parentdc76020bee7085a3e2e9d1bd94e4ad7904d3b77d (diff)
Add flavor metadata for volume related tests
These tests are very sensitive to the state of instance which might be active in terms of nova, but in fact still trying to get an ip address in case of dpdk scenarios. Change-Id: I739044c2edd360535ce1d3531549263163cfea19 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'snaps/test_runner.py')
-rw-r--r--snaps/test_runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/snaps/test_runner.py b/snaps/test_runner.py
index 5eaea53..830881a 100644
--- a/snaps/test_runner.py
+++ b/snaps/test_runner.py
@@ -87,8 +87,8 @@ def __create_concurrent_test_suite(
if run_api_tests:
tsb.add_openstack_api_tests(
suite=suite, os_creds=os_creds, ext_net_name=ext_net_name,
- use_keystone=use_keystone, image_metadata=image_metadata,
- log_level=log_level)
+ use_keystone=use_keystone, flavor_metadata=flavor_metadata,
+ image_metadata=image_metadata, log_level=log_level)
# Long running integration type tests
if run_integration_tests: