summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-04-14 22:44:06 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-04-14 22:46:47 +0200
commit0317c587ca216f43a5771ef5fb73256272511d92 (patch)
tree220d759d633c9310f3cb3f8bea6e87932aadb35a
parentffae1cdd5c3cd8229762c6d9e6b01f225ea25b45 (diff)
Disable falsy Patrole subtests
It disables the two subtests which are failing in OpenStack Gates [1]. [1] http://logs.openstack.org/51/651851/1/check/patrole-admin/48dbeb0/testr_results.html.gz Change-Id: I6814d003d80593d2a89fefa439f0775187eb6f4d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit b8b9b44d7a3902a39730945236b07c4c4be40cf2)
-rw-r--r--docker/smoke/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
2 files changed, 4 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index e19391edb..bab0e5575 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -106,6 +106,8 @@ tiers:
- 'test_networks_multiprovider_rbac'
- 'test_auto_allocated_topology_rbac'
- 'test_create_network_provider_segmentation_id'
+ - 'test_update_network_provider_physical_network'
+ - 'test_update_network_provider_segmentation_id'
-
case_name: neutron_trunk
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 616aaaa0b..d000af66c 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -269,6 +269,8 @@ tiers:
- 'test_networks_multiprovider_rbac'
- 'test_auto_allocated_topology_rbac'
- 'test_create_network_provider_segmentation_id'
+ - 'test_update_network_provider_physical_network'
+ - 'test_update_network_provider_segmentation_id'
-
case_name: neutron_trunk