From 621e47bb25db52e0b8cebb4f2bbee3911c6992d3 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Thu, 21 Jan 2016 13:58:48 +0100 Subject: Add support for Promise test cases JIRA: FUNCTEST-68 Change-Id: I80f8e587e53c7242f8bfa666f2ac450e73c8294f Signed-off-by: jose.lausuch (cherry picked from commit 76b49b8c1eefcebe69d798157cb7742152a57155) --- testcases/config_functest.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'testcases/config_functest.yaml') 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 -- cgit 1.2.3-korg