From 19e84720fc8ccf55097115c881e17536610c138b Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Wed, 1 Feb 2023 12:46:46 +0100 Subject: [PATCH] Run SSHGetL3AgentModeTest tests on Ubuntu Minimal instances These functional tests were executed on Ubuntu instances. They sometimes timed out because it takes too long to start those instances Change-Id: Ib3b49a66f3e3af39f07632be8ee6bfdf3bff2cf0 --- tobiko/tests/functional/openstack/neutron/test_agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tobiko/tests/functional/openstack/neutron/test_agent.py b/tobiko/tests/functional/openstack/neutron/test_agent.py index 7223cf545..f5b533a56 100644 --- a/tobiko/tests/functional/openstack/neutron/test_agent.py +++ b/tobiko/tests/functional/openstack/neutron/test_agent.py @@ -138,7 +138,8 @@ class GetL3AgentModeTest(testtools.TestCase): class SSHGetL3AgentModeTest(GetL3AgentModeTest): - server_stack = tobiko.required_fixture(stacks.UbuntuServerStackFixture) + server_stack = tobiko.required_fixture( + stacks.UbuntuMinimalServerStackFixture) @property def connection(self) -> sh.SSHShellConnection: