From be82085d0feee442868bcb3068ea9b3f7cfcf72f Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Fri, 14 Jul 2023 09:59:15 +0800 Subject: [PATCH] fix: remove useless config in e2e config remove useless config in e2e config file Change-Id: I5290ad119f7c535b3e8068a51f97bedda8198336 --- test/e2e/config/config-compute.yaml | 1 - test/e2e/config/config-network.yaml | 1 - test/e2e/config/config-other.yaml | 1 - test/e2e/config/config-storage.yaml | 1 - test/e2e/config/config.yaml | 1 - 5 files changed, 5 deletions(-) diff --git a/test/e2e/config/config-compute.yaml b/test/e2e/config/config-compute.yaml index 7d181d16..12e73d0f 100644 --- a/test/e2e/config/config-compute.yaml +++ b/test/e2e/config/config-compute.yaml @@ -7,7 +7,6 @@ env: password: passW0rdY_ usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ - userIsRegisted: true imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img diff --git a/test/e2e/config/config-network.yaml b/test/e2e/config/config-network.yaml index 10003b2e..b6aa63cb 100644 --- a/test/e2e/config/config-network.yaml +++ b/test/e2e/config/config-network.yaml @@ -7,7 +7,6 @@ env: password: passW0rdY_ usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ - userIsRegisted: true imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img diff --git a/test/e2e/config/config-other.yaml b/test/e2e/config/config-other.yaml index da3c1158..bd81a018 100644 --- a/test/e2e/config/config-other.yaml +++ b/test/e2e/config/config-other.yaml @@ -7,7 +7,6 @@ env: password: passW0rdY_ usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ - userIsRegisted: true imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img diff --git a/test/e2e/config/config-storage.yaml b/test/e2e/config/config-storage.yaml index b6734514..226cd015 100644 --- a/test/e2e/config/config-storage.yaml +++ b/test/e2e/config/config-storage.yaml @@ -7,7 +7,6 @@ env: password: passW0rdY_ usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ - userIsRegisted: true imageName: cirros imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img diff --git a/test/e2e/config/config.yaml b/test/e2e/config/config.yaml index 135a2008..346cab02 100644 --- a/test/e2e/config/config.yaml +++ b/test/e2e/config/config.yaml @@ -6,7 +6,6 @@ env: password: passW0rdY_ usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ - userIsRegisted: true imageName: cirros imageType: Others imageFile: null