From: Morgan Richomme Date: Mon, 25 Jan 2016 10:01:34 +0000 (+0000) Subject: Merge "Add support for Promise test cases" X-Git-Tag: 0.2~1757 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=71e688eee322a1d6a697d4328783eff5254918d0;p=functest-xtesting.git Merge "Add support for Promise test cases" --- 71e688eee322a1d6a697d4328783eff5254918d0 diff --cc testcases/config_functest.yaml index 45f324be,ccf07976..6f257d29 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@@ -150,8 -150,21 +150,21 @@@ 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://213.77.62.197 + test_db_url: http://testresults.opnfv.org/testapi # to be maintained... # the execution order is important as some tests may be more destructive than others