You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
337 B
9 lines
337 B
#!/bin/bash
|
|
|
|
# NOTE(yoctozepto): This scripts lives now in devstack where it belongs.
|
|
# It is kept here for the legacy (dsvm) jobs which look for it in tempest still.
|
|
# TODO: Drop it when no legacy jobs use the master tempest.
|
|
|
|
DEVSTACK_DIR=$(cd $(dirname "$0")/../../devstack && pwd)
|
|
$DEVSTACK_DIR/tools/verify-ipv6-only-deployments.sh
|