summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-03-14 18:34:24 +0400
committerMorgan Richomme <morgan.richomme@orange.com>2017-03-14 15:25:33 +0000
commit9cfb9886435a01ffb5a66f76b20ce1f53890066e (patch)
tree02aeb8dbf445badcf08389b131c8f1c7380e7ae5
parente0e3c606a009d151e8f4ba24f9d04a288bd403a7 (diff)
[snaps] Pass flavor metadata to smoke tests
Change-Id: I774d3625d35e3d264d609ba9aa7538a723923bcf Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 1ee860c3f5391234e5424b49e5e9cba9cdebf593)
-rw-r--r--functest/opnfv_tests/openstack/snaps/smoke.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/smoke.py b/functest/opnfv_tests/openstack/snaps/smoke.py
index 864bca5e6..45fa6de86 100644
--- a/functest/opnfv_tests/openstack/snaps/smoke.py
+++ b/functest/opnfv_tests/openstack/snaps/smoke.py
@@ -45,5 +45,6 @@ class SnapsSmoke(SnapsTestRunner):
CONST.openstack_creds,
self.ext_net_name,
use_keystone=CONST.snaps_use_keystone,
+ flavor_metadata=self.flavor_metadata,
image_metadata=image_custom_config,
use_floating_ips=use_fip)