From: Cédric Ollivier Date: Sun, 14 Apr 2019 20:44:06 +0000 (+0200) Subject: Disable falsy Patrole subtests X-Git-Tag: opnfv-9.0.0~3 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0317c587ca216f43a5771ef5fb73256272511d92;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 (cherry picked from commit b8b9b44d7a3902a39730945236b07c4c4be40cf2) --- 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