diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-21 13:58:48 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-25 10:01:44 +0000 |
commit | 621e47bb25db52e0b8cebb4f2bbee3911c6992d3 (patch) | |
tree | 4572c8e471a4175b422723d49fde9e0ea373eaf7 /testcases/config_functest.yaml | |
parent | 3e3d42ea84e057234021d02e0987bc6278a00cc5 (diff) |
Add support for Promise test cases
JIRA: FUNCTEST-68
Change-Id: I80f8e587e53c7242f8bfa666f2ac450e73c8294f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit 76b49b8c1eefcebe69d798157cb7742152a57155)
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 45f324be2..6f257d296 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -150,6 +150,19 @@ ONOS: installer_master: '10.20.0.2' installer_master_username: 'root' installer_master_password: 'r00tme' + +promise: + general: + 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: 512 + flavor_disk: 0 + results: test_db_url: http://testresults.opnfv.org/testapi @@ -170,7 +183,7 @@ test_exec_priority: #11: openstack-neutron-bgpvpn-api-extension-tests 12: vims 13: rally - + ######################################################################## # This part lists the dependencies of the tests |