Add tools/run_functional.sh

Adds a place holder for what will be the entry point into the akanda
functional test suite.  devstack-gate will call this script via a
post_test_hook after it's spun up a devstack-backed cloud.  This is
a noop for now until the devstack-gate glue is in place and we have
something we can test.

Change-Id: Ieb25645801a32f1262ddb2967e834755f813892a
This commit is contained in:
Adam Gandelman 2015-05-11 17:25:55 -07:00
parent cb09a3ad0d
commit c91547cbd6
1 changed files with 7 additions and 0 deletions

7
tools/run_functional.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
#
# This is a temporary place holder for an entry point that devstack-gate
# can use to run functional akanda tests against a devstack deployed
# cloud.
exit 0