151cd7b9ac
from Tempest to DevStack as it tests DevStack side of things and is useful for projects not using Tempest. This is part 2 of 2. The 1st part is DevStack-side, in Depends-On. The script is left calling out to devstack because legacy (dsvm) jobs rely on its presence. Depends-On: Ie166730843f874b9c99e37244e460d7ad33b7eeb Change-Id: I6fa17ae413f106453303c4882925573bd8e05029
9 lines
337 B
Bash
Executable File
9 lines
337 B
Bash
Executable File
#!/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
|