diff options
Diffstat (limited to 'kud/tests/plugin.sh')
-rwxr-xr-x | kud/tests/plugin.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kud/tests/plugin.sh b/kud/tests/plugin.sh index 1137f1b9..af74af5f 100755 --- a/kud/tests/plugin.sh +++ b/kud/tests/plugin.sh @@ -14,6 +14,7 @@ set -o pipefail #set -o xtrace source _common.sh +source _common_test.sh source _functions.sh base_url="http://localhost:8081" @@ -57,6 +58,7 @@ function start_aai_service { } # Setup +install_deps destroy_deployment $plugin_deployment_name #start_aai_service |