From c0a642844485fa7e5634aa0cbb35b824ddaf33ed Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Tue, 29 Oct 2019 15:35:06 +0100 Subject: [PATCH] Skip test case when there are not enogth L3 agents Change-Id: Id56686be3dae6512277ff35f68419b0ba709e192 --- tobiko/tests/functional/openstack/stacks/test_neutron.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tobiko/tests/functional/openstack/stacks/test_neutron.py b/tobiko/tests/functional/openstack/stacks/test_neutron.py index 53865adec..9a99e9749 100644 --- a/tobiko/tests/functional/openstack/stacks/test_neutron.py +++ b/tobiko/tests/functional/openstack/stacks/test_neutron.py @@ -90,6 +90,8 @@ class NetworkWithNetMtuWriteTestCase(NetworkTestCase): @neutron.skip_if_missing_networking_extensions('l3-ha') +@neutron.skip_if_missing_networking_agents(binary='neutron-l3-agent', + count=2) class L3HaNetworkTestCase(NetworkTestCase): #: Stack of resources with a network with a gateway router