diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-16 13:44:28 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-16 13:44:28 -0500 |
commit | 965126534574cb0377db6c8f7f7004c072ed403a (patch) | |
tree | 350525304295c68916d4196d8fc41bd88dac2c3c /bootstrap/vagrant-onap/vagrant_utils | |
parent | a39795202418582a6c1ce5ff77191c3acbf36bb3 (diff) |
Implement test_install_policy UT
It was missed the Unit test that verifies the installation of policy
services. This commit creates that method and also refactors some
policy code
Change-Id: I58f3f416efc096fc6199fd831bb63293b95157d2
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-23
Diffstat (limited to 'bootstrap/vagrant-onap/vagrant_utils')
-rwxr-xr-x | bootstrap/vagrant-onap/vagrant_utils/postinstall.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh index f5a7ac684..b0e64ad32 100755 --- a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh +++ b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh @@ -4,7 +4,6 @@ set -o xtrace source /var/onap/functions -export_env_vars create_configuration_files install_dev_tools install_java |