diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-12-06 09:30:15 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-12-06 09:30:15 +0000 |
commit | 2bc2a045a42796610e2d1d38eada7972e8c96454 (patch) | |
tree | 6cdc29a3035e1f3636418a2a56fdcdea771b506c | |
parent | 0273da05f68727835b5fc778f54eb70ccae209d8 (diff) |
Remove the config of promise
Change-Id: I9e393ce33228f90f724df12af258cf06fae821fc
Signed-off-by: Linda Wang <wangwulin@huawei.com>
-rw-r--r-- | functest/ci/config_functest.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index e2746cf31..24e66f522 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -165,21 +165,6 @@ vnf: tenant_description: vRouter config: cloudify_vrouter.yaml -promise: - tenant_name: promise - tenant_description: promise Functionality Testing - user_name: promiser - user_pwd: test - image_name: promise-img - flavor_name: promise-flavor - flavor_vcpus: 1 - flavor_ram: 128 - flavor_disk: 0 - network_name: promise-net - subnet_name: promise-subnet - subnet_cidr: 192.168.121.0/24 - router_name: promise-router - example: vm_name: example-vm flavor: m1.small |