diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-25 10:01:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-25 10:01:34 +0000 |
commit | 71e688eee322a1d6a697d4328783eff5254918d0 (patch) | |
tree | 4572c8e471a4175b422723d49fde9e0ea373eaf7 /testcases/config_functest.yaml | |
parent | e21c11998ea4b412863e09021e3266a98cc55b08 (diff) | |
parent | 76b49b8c1eefcebe69d798157cb7742152a57155 (diff) |
Merge "Add support for Promise test cases"
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 45f324be..6f257d29 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 |