aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack
diff options
context:
space:
mode:
authorvalentin boucher <valentin.boucher@orange.com>2017-07-05 15:45:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-05 15:45:49 +0000
commit1bcf3137564e0b5ab396c35d209ca448ee1f74e5 (patch)
tree183b84003f18dcaed9c964fdad823f92044d7974 /functest/opnfv_tests/openstack
parentf98bdab4d0d85d5470b9a014612109580ced9f5e (diff)
parente51c0a1c8f093377a53c0e757d39e24a44b2929c (diff)
Merge "bugfix: vping support not_hugepage_configured pod"
Diffstat (limited to 'functest/opnfv_tests/openstack')
-rw-r--r--functest/opnfv_tests/openstack/vping/vping_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/vping/vping_base.py b/functest/opnfv_tests/openstack/vping/vping_base.py
index 7de16ce15..00dda73e1 100644
--- a/functest/opnfv_tests/openstack/vping/vping_base.py
+++ b/functest/opnfv_tests/openstack/vping/vping_base.py
@@ -115,7 +115,7 @@ class VPingBase(testcase.TestCase):
self.logger.info(
"Creating flavor with name: '%s'" % self.flavor_name)
scenario = functest_utils.get_scenario()
- flavor_metadata = create_flavor.MEM_PAGE_SIZE_ANY
+ flavor_metadata = None
if 'ovs' in scenario or 'fdio' in scenario:
flavor_metadata = create_flavor.MEM_PAGE_SIZE_LARGE
flavor_creator = OpenStackFlavor(