aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/tempest/tempest.py
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-12-12 01:02:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-12 01:02:06 +0000
commit9f41633bed117341fe542433ea869bba14011e9f (patch)
tree65ff2c60fbc1f39e550ddb43beec022e9d09aa2b /functest/opnfv_tests/openstack/tempest/tempest.py
parent00315cbac45bdffe0cfd3174a4b0871ccb610b97 (diff)
parent5b735d134a68d9fe2d9ed1d4482686cef9d38873 (diff)
Merge "Set the ram of flavor 1024"
Diffstat (limited to 'functest/opnfv_tests/openstack/tempest/tempest.py')
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py
index 979e992f..58882b99 100644
--- a/functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/functest/opnfv_tests/openstack/tempest/tempest.py
@@ -438,6 +438,7 @@ class TempestResourcesManager(object):
flavor_metadata_alt = None
if 'ovs' in scenario or 'fdio' in scenario:
flavor_metadata_alt = create_flavor.MEM_PAGE_SIZE_LARGE
+ CONST.__setattr__('openstack_flavor_ram', 1024)
flavor_creator_alt = OpenStackFlavor(
self.os_creds, FlavorConfig(
name=CONST.__getattribute__(