diff options
author | ChenjieXu <chenjie.xu@intel.com> | 2020-04-01 13:26:54 +0800 |
---|---|---|
committer | Chenjie Xu <chenjie.xu@intel.com> | 2020-05-08 01:43:34 +0000 |
commit | 1449bbe36e44315fa6e74375e7ab0607dd182344 (patch) | |
tree | 806a01996d93b605d1be3921fc2ba5a641665d4c /kud/hosting_providers/vagrant/installer.sh | |
parent | 3d8e9a41d55cd862e9963e8c561e80f9ec09d484 (diff) |
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 <chenjie.xu@intel.com>
Change-Id: I66dffc5bcfc66675f6b62672e32496ec7f71454c
Diffstat (limited to 'kud/hosting_providers/vagrant/installer.sh')
-rwxr-xr-x | kud/hosting_providers/vagrant/installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/hosting_providers/vagrant/installer.sh b/kud/hosting_providers/vagrant/installer.sh index 859b49ce..21a05688 100755 --- a/kud/hosting_providers/vagrant/installer.sh +++ b/kud/hosting_providers/vagrant/installer.sh @@ -185,7 +185,7 @@ function install_plugin { if [[ "${testing_enabled}" == "true" ]]; then sudo ./start.sh pushd $kud_tests - for functional_test in plugin plugin_edgex plugin_fw; do + for functional_test in plugin plugin_edgex plugin_fw plugin_eaa; do bash ${functional_test}.sh done popd |