From: Cédric Ollivier Date: Sun, 14 Apr 2019 20:44:06 +0000 (+0200) Subject: Disable falsy Patrole subtests X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F67584%2F1;hp=1d190eb4039194d049cfc97b456978853d0d77d1;p=functest.git 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 --- 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