aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2019-08-28 11:51:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-08-28 11:51:45 +0000
commitbdadf9526a934c2d6da2802f11abc375bb144b7b (patch)
tree0b7a521edd17ab8e08815909adf972dd0af251b5 /functest
parent26382c8bfca729cf87c85542ae8ce7088395f87e (diff)
parentd625e90014e192c142e4fb97bbc781a4c6589aa5 (diff)
Merge "Add Octavia testing"
Diffstat (limited to 'functest')
-rw-r--r--functest/ci/testcases.yaml18
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml2
2 files changed, 20 insertions, 0 deletions
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