Check if bgpvpn enabled in tempest test
Tempest plugin currently defines a new 'BGPVPN' service. This change remove this BGPVPN service and check instead if the bgpvpn extension is activated to run the tempest tests. Change-Id: I3731dc52793d4566632c3162d4c79d489b0857f1 Closes-Bug: 1646444
This commit is contained in:
5 changed files with 9 additions and 17 deletions
@@ -24,7 +24,6 @@ elif [[ "1ドル" == "stack" && "2ドル" == "pre-install" ]]; then
elif [[ "1ドル" == "stack" && "2ドル" == "test-config" ]]; then
if is_service_enabled tempest; then
echo_summary "Enabling bgpvpn in $TEMPEST_CONFIG"
iniset $TEMPEST_CONFIG service_available bgpvpn "True"
fi
elif [[ "1ドル" == "stack" && "2ドル" == "post-config" ]]; then
if is_service_enabled q-svc; then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.