From ae4b5853430a9abcabbc80c5c323900cfced310c Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 17 Apr 2024 10:26:58 -0700 Subject: [PATCH] Run neutron for the functional test job The functional test job needs neutron for neutron dependent tests to be able to execute. As such RabbitMQ and Neutron are enabled for the functional test job at this time. Change-Id: I04f76ca1570b969136c0922eb07bc85360369920 --- zuul.d/ironic-jobs.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 9c06cafc11..349a4cd65c 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -590,7 +590,7 @@ IRONIC_VM_EPHEMERAL_DISK: 0 IRONIC_RPC_TRANSPORT: json-rpc devstack_services: - rabbit: False + rabbit: True g-api: False n-api: False n-api-meta: False @@ -600,13 +600,8 @@ n-sch: False nova: False placement-api: False - q-agt: False - q-dhcp: False - q-l3: False - q-meta: False - q-metering: False - q-svc: False - + # NOTE(TheJulia): This job runs neutron so neutron dependent + # tests can also exercised as part of CI. - job: name: ironic-tempest-functional-rbac-scope-enforced description: ironic-tempest-funcitonal-rbac-scope-enforced