diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2017-04-13 14:22:21 +0300 |
---|---|---|
committer | Juha Kosonen <juha.kosonen@nokia.com> | 2017-04-13 14:22:21 +0300 |
commit | 28e380992760ca708b8398c1a11003463cddd918 (patch) | |
tree | d19bd369d3ca1b79174ed5e66b6299a7d00ff06d | |
parent | 888271575907898d80081e69b37f879091a636fc (diff) |
Set image and flavor id in tempest config file
Kingbird tests require that image and flavor are defined in tempest
configuration file.
JIRA: FUNCTEST-783
Change-Id: If96ef8e38e3f1a5946b687f1e5c8c0a6c3a90d54
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
-rwxr-xr-x | functest/ci/config_patch.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index d984a3f47..d47766b64 100755 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -22,3 +22,7 @@ ovs: tempest: use_custom_images: True use_custom_flavors: True +multisite: + tempest: + use_custom_images: True + use_custom_flavors: True |