summaryrefslogtreecommitdiffstats
path: root/vagrant/installer.sh
diff options
context:
space:
mode:
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2018-09-18 15:24:26 -0700
committerVictor Morales <victor.morales@intel.com>2018-09-19 02:52:12 -0700
commitf5972d3c34b070d55300e2e1ace7b98b5065a3f0 (patch)
tree3f79b0803a4a631617265fc9d2814540a2ad3269 /vagrant/installer.sh
parentb368dfe25337494060eb8cd85a5becaf7a465643 (diff)
Add EdgeX Foundry example VNFs
This patch adds EdgeX Foundry sample VNFs for integration testing. Change-Id: I570850832854b76df3ba9613252b0b46302210f3 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Issue-ID: MULTICLOUD-301 Signed-off-by: Victor Morales <victor.morales@intel.com>
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