diff options
author | Delia Popescu <delia.popescu@enea.com> | 2017-09-06 17:22:31 +0300 |
---|---|---|
committer | Delia Popescu <delia.popescu@enea.com> | 2017-09-07 08:28:27 +0000 |
commit | 9ddbebc854e48c326f98d13b1ac60b54a6dda083 (patch) | |
tree | 701cb66cd483f2786ef525b239252463dd3a61c3 /functest/ci | |
parent | cbb64439160caa48d5725b3ee8be0023103a9ec7 (diff) |
Use custom images and flavors for aarch64
Use custom images and flavors in tempest_smoke_serial
test for aarch64
JIRA: ARMBAND-279
Change-Id: Ie285e1c22fd5ec84a0d70def35654ea76e4d3554
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
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" |