From d625e90014e192c142e4fb97bbc781a4c6589aa5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 25 Aug 2019 21:32:34 +0200 Subject: Add Octavia testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It integrates Octavia Tempest Plugin. The new testcase octavia currently covers API only [1]. [1] https://logs.opendev.org/46/674846/2/check/octavia-v2-dsvm-noop-api/fe37c58/testr_results.html.gz Change-Id: I2a11a19aa0c43701499dc9e17bd69b9387b53b58 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 18 ++++++++++++++++++ .../openstack/tempest/custom_tests/tempest_conf.yaml | 2 ++ 2 files changed, 20 insertions(+) (limited to 'functest') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 16f2910b2..48bf51395 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -379,6 +379,24 @@ tiers: services: - barbican + - + case_name: octavia + project_name: functest + criteria: 100 + blocking: false + description: >- + It leverages on the tempest plugin containing tests used to + verify the functionality of an octavia installation. + run: + name: tempest_common + args: + mode: + '^octavia_tempest_plugin.tests.api.v2' + services: + - octavia + option: + - '--concurrency=2' + - name: benchmarking order: 2 diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 06c77efd9..ff67bf015 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -24,3 +24,5 @@ volume: storage_protocol: iSCSI volume-feature-enabled: backup: true +load_balancer: + test_with_noop: true -- cgit 1.2.3-korg