From b0101e8a6f8fae16406bc77ea3cbd427af0f3b2f Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Thu, 13 Jul 2023 16:41:28 +0800 Subject: [PATCH] fix: fix cirros version in e2e config Remove cirros version in the e2e config file, the cirros version relies on the devstack, when devstack changes the default cirros version, the e2e will be failed. The image select table which is used to create instance support fuzzy search image name, use cirros will be ok. Change-Id: I4d9446313dca44040522356ca7551884332434ce --- test/e2e/config/config-compute.yaml | 2 +- test/e2e/config/config-network.yaml | 2 +- test/e2e/config/config-other.yaml | 2 +- test/e2e/config/config-storage.yaml | 2 +- test/e2e/config/config.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/e2e/config/config-compute.yaml b/test/e2e/config/config-compute.yaml index 6a01f272..7d181d16 100644 --- a/test/e2e/config/config-compute.yaml +++ b/test/e2e/config/config-compute.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.6.1-x86_64-disk + imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config-network.yaml b/test/e2e/config/config-network.yaml index 25f939d6..10003b2e 100644 --- a/test/e2e/config/config-network.yaml +++ b/test/e2e/config/config-network.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.6.1-x86_64-disk + imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config-other.yaml b/test/e2e/config/config-other.yaml index cb6c62f7..da3c1158 100644 --- a/test/e2e/config/config-other.yaml +++ b/test/e2e/config/config-other.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.6.1-x86_64-disk + imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config-storage.yaml b/test/e2e/config/config-storage.yaml index 1b826e8a..b6734514 100644 --- a/test/e2e/config/config-storage.yaml +++ b/test/e2e/config/config-storage.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.6.1-x86_64-disk + imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config.yaml b/test/e2e/config/config.yaml index 5983d52b..135a2008 100644 --- a/test/e2e/config/config.yaml +++ b/test/e2e/config/config.yaml @@ -7,7 +7,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.6.1-x86_64-disk + imageName: cirros imageType: Others imageFile: null imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img