X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fconfig_functest.yaml;h=d0460b578cb87297dc31ad16e27beb7a3d6c142c;hb=76a691ab6bba6bf0eca9e04ebb5632647ccf8ba6;hp=ea502dacb6a984bb75e752552e9991b27a0cb9b9;hpb=ed39c21344dc4b4209eb4319ba15ce60defc3e90;p=functest.git diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index ea502dacb..d0460b578 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -5,8 +5,9 @@ general: dir_odl: testcases/Controllers/ODL/ dir_rally: testcases/OpenStack/rally/ dir_tempest_cases: testcases/OpenStack/tempest/custom_tests/ - dir_vIMS: testcases/vIMS/ + dir_vIMS: testcases/vnf/vIMS/ dir_onos: testcases/Controllers/ONOS/Teston/ + dir_onos_sfc: testcases/Controllers/ONOS/Sfc/ # Absolute path dir_repos: /home/opnfv/repos @@ -19,6 +20,7 @@ general: dir_repo_onos: /home/opnfv/repos/onos dir_repo_promise: /home/opnfv/repos/promise dir_repo_doctor: /home/opnfv/repos/doctor + dir_repo_copper: /home/opnfv/repos/copper dir_repo_ovno: /home/opnfv/repos/ovno dir_functest: /home/opnfv/functest dir_results: /home/opnfv/functest/results @@ -34,7 +36,7 @@ general: image_name: Cirros-0.3.4 image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 - + # Private network for functest. Will be created by config_functest.py neutron_private_net_name: functest-net neutron_private_subnet_name: functest-subnet @@ -57,6 +59,10 @@ vping: vping_sg_name: vPing-sg vping_sg_descr: Security group for vPing test case +onos_sfc: + image_name: TestSfcVm + image_file_name: firewall_block_image.img + tempest: identity: tenant_name: tempest @@ -89,7 +95,7 @@ vIMS: cloudify: blueprint: url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git - branch: "3.3-build" + branch: "3.3.1-build" requierments: ram_min: 3000 os_image: centos_7 @@ -156,5 +162,16 @@ promise: subnet_cidr: 192.168.121.0/24 router_name: promise-router +example: + example_vm_name: example-vm + example_flavor: m1.small + example_image_name: functest-example-vm + example_private_net_name: example-net + example_private_subnet_name: example-subnet + example_private_subnet_cidr: 192.168.170.0/24 + example_router_name: example-router + example_sg_name: example-sg + example_sg_descr: Example Security group + results: test_db_url: http://testresults.opnfv.org/test/api/v1