diff options
author | Vijayendra Radhakrishna <vradhakrishna@mvista.com> | 2016-12-02 23:08:46 +0530 |
---|---|---|
committer | Vijayendra Radhakrishna <vradhakrishna@mvista.com> | 2016-12-02 23:21:29 +0530 |
commit | b5f07669753b2b4383c7c10d133a2b803311cb8d (patch) | |
tree | 49e54645a5a87abbe0a03ded0e979205dd2a899b /tests/functest/odl-sfc/config.yaml | |
parent | f0791ea32270bcf9a3e1b5d3451053f6cf434e66 (diff) |
odl-sfc refactor:Enable config options for tests
- JIRA:SFC-54
- Add config.py and config.yaml for test configurations
Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
Change-Id: Ib1ac65a154d691d70658723a03e2508ebfa9d04b
Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
Diffstat (limited to 'tests/functest/odl-sfc/config.yaml')
-rw-r--r-- | tests/functest/odl-sfc/config.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/config.yaml b/tests/functest/odl-sfc/config.yaml new file mode 100644 index 00000000..c6624af6 --- /dev/null +++ b/tests/functest/odl-sfc/config.yaml @@ -0,0 +1,23 @@ +defaults: + flavor: custom #odl-sfc uses custom flavor + image_name: sf_nsh_colorado + image_file_name: sf_nsh_colorado.qcow2 + fuel_master_ip: 10.20.0.2 + fuel_master_uname: root + fuel_master_passwd: r00tme + image_format: qcow2 + url: "http://artifacts.opnfv.org/sfc/demo" + +testcases: + sfc_two_chains_SSH_and_HTTP: + enabled: true + description: "ODL-SFC tests" + testname_db: "sfc_two_chains_SSH_and_HTTP" + net_name: example-net + subnet_name: example-subnet + router_name: example-router + subnet_cidr: "11.0.0.0/24" + secgroup_name: "example-sg" + secgroup_descr: "Example Security group" + test_vnfd_red: "test-vnfd1.yaml" + test_vnfd_blue: "test-vnfd2.yaml" |