aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-01-11 18:31:42 +0100
committerManuel Buil <mbuil@suse.com>2018-01-17 11:44:30 +0100
commit70a896bea5d497dbae49876a122fafc2becc7fe2 (patch)
treecd059ff12a7895ac9749b1d6456e12a0c413c57c
parent9681f405a83f93dba8a3455ee2b601ac4188a392 (diff)
Adapt the vim-config to new tacker
Tacker is changing the config and adds cert_verify Change-Id: Ia99bf2ad4ea0d6986ecd523bbe76e0e2b4a8a0ce Signed-off-by: Manuel Buil <mbuil@suse.com>
-rw-r--r--sfc/tests/functest/register-vim.json3
-rw-r--r--sfc/tests/functest/register-vim.json-queens19
2 files changed, 21 insertions, 1 deletions
diff --git a/sfc/tests/functest/register-vim.json b/sfc/tests/functest/register-vim.json
index 00719449..342fd337 100644
--- a/sfc/tests/functest/register-vim.json
+++ b/sfc/tests/functest/register-vim.json
@@ -9,7 +9,8 @@
"username": "admin",
"user_domain_name": "Default",
"password": "",
- "user_id": ""
+ "user_id": "",
+ "cert_verify": "False"
},
"auth_url": "",
"type": "openstack",
diff --git a/sfc/tests/functest/register-vim.json-queens b/sfc/tests/functest/register-vim.json-queens
new file mode 100644
index 00000000..342fd337
--- /dev/null
+++ b/sfc/tests/functest/register-vim.json-queens
@@ -0,0 +1,19 @@
+{
+ "vim": {
+ "vim_project": {
+ "project_domain_name": "Default",
+ "id": "",
+ "name": "admin"
+ },
+ "auth_cred": {
+ "username": "admin",
+ "user_domain_name": "Default",
+ "password": "",
+ "user_id": "",
+ "cert_verify": "False"
+ },
+ "auth_url": "",
+ "type": "openstack",
+ "name": "test-vim"
+ }
+}