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