Merge "Add support for Promise test cases"
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 25 Jan 2016 10:01:34 +0000 (10:01 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 25 Jan 2016 10:01:34 +0000 (10:01 +0000)
1  2 
docker/run_tests.sh
testcases/config_functest.yaml
testcases/functest_utils.py

Simple merge
@@@ -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
Simple merge