diff options
author | Panagiotis Karalis <panos.pkaralis@gmail.com> | 2019-10-08 14:30:29 +0300 |
---|---|---|
committer | Panagiotis Karalis <panos.pkaralis@gmail.com> | 2019-10-22 07:41:25 +0000 |
commit | bfc54b0a88126c51b667fcd83d56233009c5d07e (patch) | |
tree | 949e07dec625f86b8a331386453a09a357d7a0b8 | |
parent | 242529fbb3a3b6cbbd5283b9ef1ddba6ae3ae34b (diff) |
Add Functest Networking SFC tests
Add in the Dovetail project the networking-sfc tests
which are part of Functest project (functest-smoke container).
Signed-off-by: Panagiotis Karalis <panos.pkaralis@gmail.com>
Change-Id: Id57d00e62000e47303f1678347acc3a5fda6dec7
-rw-r--r-- | etc/compliance/proposed_tests.yml | 1 | ||||
-rw-r--r-- | etc/testcase/functest.tempest.networking_sfc.yml | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/etc/compliance/proposed_tests.yml b/etc/compliance/proposed_tests.yml index 16bb5d4c..17eadff8 100644 --- a/etc/compliance/proposed_tests.yml +++ b/etc/compliance/proposed_tests.yml @@ -26,3 +26,4 @@ proposed_tests: - functest.rally.nova - functest.rally.quotas - functest.tempest.neutron_tempest_plugin_api + - functest.tempest.networking_sfc diff --git a/etc/testcase/functest.tempest.networking_sfc.yml b/etc/testcase/functest.tempest.networking_sfc.yml new file mode 100644 index 00000000..f6a2dd82 --- /dev/null +++ b/etc/testcase/functest.tempest.networking_sfc.yml @@ -0,0 +1,31 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +--- +functest.tempest.networking_sfc: + name: functest.tempest.networking_sfc + objective: validate SFC API CRUD operations by means of Tempest tests from networking-sfc repository + validate: + type: functest + testcase: networking-sfc + pre_condition: + - 'cp /home/opnfv/pre_config/tempest_conf.yaml /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml' + report: + source_archive_files: + - functest.log + - networking-sfc/rally.log + - networking-sfc/tempest-report.html + dest_archive_files: + - tempest_logs/functest.tempest.networking_sfc.functest.log + - tempest_logs/functest.tempest.networking_sfc.log + - tempest_logs/functest.tempest.networking_sfc.html + check_results_files: + - 'functest_results.txt' + portal_key_file: tempest_logs/functest.tempest.networking_sfc.html + sub_testcase_list: |