summaryrefslogtreecommitdiffstats
path: root/vagrant/installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/installer.sh')
-rwxr-xr-xvagrant/installer.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/vagrant/installer.sh b/vagrant/installer.sh
index 5ac06513..dd5b77b6 100755
--- a/vagrant/installer.sh
+++ b/vagrant/installer.sh
@@ -181,7 +181,9 @@ function install_plugin {
if [[ -n "${testing_enabled+x}" ]]; then
docker-compose up -d
pushd $krd_tests
- bash plugin.sh
+ for functional_test in plugin plugin_edgex; do
+ bash ${functional_test}.sh
+ done
popd
fi
popd