diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-04-07 06:47:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-07 06:47:28 +0000 |
commit | d4f97f8fa05b27296c74a9e6c30b5ee5540f910e (patch) | |
tree | 14d07547556f7e620cf95c19ff3d8a89c4d052dd | |
parent | cd1ee7d9bf639a7e2aa47f58317b9f93b73f5458 (diff) | |
parent | 5a417f076549941e0dae176849045aab32bf0be5 (diff) |
Merge "Increase ram for tempest tests (aarch64)"
-rw-r--r-- | functest/ci/rally_aarch64_patch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/rally_aarch64_patch.conf b/functest/ci/rally_aarch64_patch.conf index a49588bf8..e5cae8137 100644 --- a/functest/ci/rally_aarch64_patch.conf +++ b/functest/ci/rally_aarch64_patch.conf @@ -1,5 +1,5 @@ img_name_regex = ^TestVM$ img_url = http://download.cirros-cloud.net/daily/20161201/cirros-d161201-aarch64-disk.img -flavor_ref_ram = 128 +flavor_ref_ram = 256 flavor_ref_alt_ram = 256 -heat_instance_type_ram = 128 +heat_instance_type_ram = 256 |