diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-09-07 12:20:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-07 12:20:11 +0000 |
commit | fb7b815a1e8945512d41c3c886d5ad229da79f09 (patch) | |
tree | b3cab8e3bc6af924d42770a0c93f87495fe25b14 /functest/ci | |
parent | 35b12a96447adc11908827e6434bfe9761b46a48 (diff) | |
parent | 9ddbebc854e48c326f98d13b1ac60b54a6dda083 (diff) |
Merge "Use custom images and flavors for aarch64"
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_aarch64_patch.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index 44df3cad..c66d3cd3 100644 --- a/functest/ci/config_aarch64_patch.yaml +++ b/functest/ci/config_aarch64_patch.yaml @@ -34,7 +34,8 @@ os: image_name: TestVM tempest: - use_custom_images: False + use_custom_images: True + use_custom_flavors: True odl_sfc: image_base_url: "http://artifacts.opnfv.org/sfc/demo" |