From f5972d3c34b070d55300e2e1ace7b98b5065a3f0 Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Tue, 18 Sep 2018 15:24:26 -0700 Subject: Add EdgeX Foundry example VNFs This patch adds EdgeX Foundry sample VNFs for integration testing. Change-Id: I570850832854b76df3ba9613252b0b46302210f3 Signed-off-by: Shashank Kumar Shankar Issue-ID: MULTICLOUD-301 Signed-off-by: Victor Morales --- vagrant/installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vagrant/installer.sh') 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 -- cgit 1.2.3-korg