From 081eaf19163fdaeb1e0038240a2e74007527c98c Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Mon, 30 Jul 2018 15:10:11 +0200 Subject: Renaming test cases to include test framework names Replacing the generic "dovetail" prefix of the testcase definitions with the name of the OPNFV test framework which hosts the test. JIRA: DOVETAIL-719 Signed-off-by: Georg Kunz Change-Id: I8f90423b8908197bdc7adddf82c61ff394893f52 --- etc/testcase/functest.bgpvpn.tenant_separation.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/testcase/functest.bgpvpn.tenant_separation.yml (limited to 'etc/testcase/functest.bgpvpn.tenant_separation.yml') diff --git a/etc/testcase/functest.bgpvpn.tenant_separation.yml b/etc/testcase/functest.bgpvpn.tenant_separation.yml new file mode 100644 index 00000000..91a3b571 --- /dev/null +++ b/etc/testcase/functest.bgpvpn.tenant_separation.yml @@ -0,0 +1,18 @@ +--- +functest.bgpvpn.tenant_separation: + name: functest.bgpvpn.tenant_separation + objective: Separation of tenant networks through association to different VPNs + validate: + type: functest + testcase: bgpvpn + image_name: opnfv/functest-features + pre_copy: + exist_src_file: sdnvpn_config_testcase2.yaml + dest_path: /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml + report: + source_archive_files: + - functest.log + dest_archive_files: + - bgpvpn_logs/functest.bgpvpn.tenant_separation.log + check_results_file: 'functest_results.txt' + sub_testcase_list: -- cgit 1.2.3-korg