You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make IPv6 acceptance tests conditionally skip based on environment
IPv6 acceptance tests are now conditionally skipped instead of being
unconditionally skipped. The tests will:
1. Skip on localhost/127.0.0.1 (assumed to be simulator) by default
2. Run on other API URLs (assumed to be real CloudStack)
3. Can be force-enabled via CLOUDSTACK_ENABLE_IPV6_TESTS=true env var
This allows the tests to run on real CloudStack environments with IPv6
support while still skipping on the simulator where IPv6 is not supported
for isolated networks.
Added testAccPreCheckIPv6Support() helper function that checks:
- Standard testAccPreCheck() requirements
- CLOUDSTACK_ENABLE_IPV6_TESTS environment variable for override
- API URL to detect simulator (localhost/127.0.0.1)
0 commit comments