tempest/tools/verify-ipv6-only-deployments.sh
Radosław Piliszek 151cd7b9ac Move verify-ipv6-only-deployments
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
2021-06-10 07:44:44 +00:00

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