We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d84f10c + 787412c commit bdb16faCopy full SHA for bdb16fa
1 file changed
lib/tempest
@@ -574,6 +574,11 @@ function configure_tempest {
574
DISABLE_NETWORK_API_EXTENSIONS+=", metering"
575
fi
576
577
+ # disable l3_agent_scheduler if we didn't enable L3 agent
578
+ if ! is_service_enabled q-l3; then
579
+ DISABLE_NETWORK_API_EXTENSIONS+=", l3_agent_scheduler"
580
+ fi
581
+
582
local network_api_extensions=${NETWORK_API_EXTENSIONS:-"all"}
583
if [[ ! -z "$DISABLE_NETWORK_API_EXTENSIONS" ]]; then
584
# Enabled extensions are either the ones explicitly specified or those available on the API endpoint
0 commit comments