From 1449bbe36e44315fa6e74375e7ab0607dd182344 Mon Sep 17 00:00:00 2001 From: ChenjieXu Date: Wed, 1 Apr 2020 13:26:54 +0800 Subject: Integrate Openness EAA Openness EAA provides application/service registration and authentication. EAA is integrated by running EAA via ONAP4K8S. Issue-ID: MULTICLOUD-1044 Signed-off-by: ChenjieXu Change-Id: I66dffc5bcfc66675f6b62672e32496ec7f71454c --- kud/hosting_providers/containerized/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/hosting_providers/containerized/installer.sh') diff --git a/kud/hosting_providers/containerized/installer.sh b/kud/hosting_providers/containerized/installer.sh index afea0b5a..11c57b41 100755 --- a/kud/hosting_providers/containerized/installer.sh +++ b/kud/hosting_providers/containerized/installer.sh @@ -145,7 +145,7 @@ function install_plugin { echo "Test the onap4k8s installation" bash onap4k8s.sh echo "Test the onap4k8s plugin installation" - for functional_test in plugin_edgex plugin_fw; do + for functional_test in plugin_edgex plugin_fw plugin_eaa; do bash ${functional_test}.sh --external done popd -- cgit 1.2.3-korg