From 397e5e45220d64ffc23de01dad2010d7d925862c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 2 Apr 2019 00:58:45 +0200 Subject: Remove 1 Patrole test with a hardcoded vxlan id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It may fail when testing OpenStack in production or when running testcases in parallel [1] because vxlan 200 is hardcoded [2] [1] http://artifacts.opnfv.org/functest/functest-opnfv-functest-smoke-hunter-patrole-run-75/results/patrole/tempest-report.html [2] https://github.com/openstack/patrole/blob/master/patrole_tempest_plugin/tests/api/network/test_networks_rbac.py#L208 Change-Id: Ibfaed6f3a95d016790baafebd203e49e152a889b Signed-off-by: Cédric Ollivier (cherry picked from commit 8ee279600186f2713b4c181965d8d290d2644cfb) --- functest/ci/testcases.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index a4da73d11..77e02c1c9 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -266,6 +266,7 @@ tiers: excludes: - 'test_networks_multiprovider_rbac' - 'test_auto_allocated_topology_rbac' + - 'test_create_network_provider_segmentation_id' - case_name: neutron_trunk -- cgit 1.2.3-korg