2eaf00aba6
This reverts commit 95f3716b1b
.
Change-Id: I9d5d603f3b2b3932bd62f679c68d8b2aaae65160
10 lines
166 B
Bash
Executable File
10 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
# Run the Designate DevStack exercises
|
|
$BASE/new/devstack/exercises/designate.sh
|
|
|
|
# Run the Designate Tempest tests
|
|
sudo ./run_tempest_tests.sh
|