aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-12-27 01:56:21 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-12-27 01:57:58 +0100
commit843f43e5aef35eb9ca528b0fd655fe2732aec138 (patch)
tree1acef320a3e57705461a78940c437b99dc8e3696
parent9dea1ab240ed492af0350112dad2553441d4cfda (diff)
Set create_shared_resources to true
It takes last Neutron Tempest plugin change into account [1]. It also increases test count. [1] https://review.opendev.org/#/c/692822/ Change-Id: I5e7218dd808069a0be6d481447576099aa9c63e9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/smoke-cntt/tempest_conf.yaml1
-rw-r--r--docker/smoke-cntt/testcases.yaml2
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml1
3 files changed, 3 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml
index 7877d7681..395ffe9b1 100644
--- a/docker/smoke-cntt/tempest_conf.yaml
+++ b/docker/smoke-cntt/tempest_conf.yaml
@@ -71,3 +71,4 @@ neutron_plugin_options:
agent_availability_zone: nova
available_type_drivers: flat,geneve,vlan,gre,local,vxlan
provider_vlans: foo,
+ create_shared_resources: true
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index c2151a69b..62be5de83 100644
--- a/docker/smoke-cntt/testcases.yaml
+++ b/docker/smoke-cntt/testcases.yaml
@@ -12,7 +12,7 @@ tiers:
criteria: 100
blocking: false
deny_skipping: true
- tests_count: 538
+ tests_count: 542
description: >-
This test case runs the Tempest suite proposed by the
Neutron project. The list of test cases is generated by
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 c820932cb..4d801d455 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -71,3 +71,4 @@ neutron_plugin_options:
agent_availability_zone: nova
available_type_drivers: flat,geneve,vlan,gre,local,vxlan
provider_vlans: foo,
+ create_shared_resources: true