From c91547cbd63bfb186bdde4fc820606d62f46d80e Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Mon, 11 May 2015 17:25:55 -0700 Subject: [PATCH] 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 --- tools/run_functional.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/run_functional.sh diff --git a/tools/run_functional.sh b/tools/run_functional.sh new file mode 100755 index 00000000..9a2659e6 --- /dev/null +++ b/tools/run_functional.sh @@ -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