commit | adf67497761295115dc75b525500d687518fc4fd | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Wed Jul 10 19:44:39 2019 +0000 |
committer | liamfallon <liam.fallon@est.tech> | Wed Jul 10 19:44:39 2019 +0000 |
tree | c5c5b5e737ac08256e9f782b5dccbd3ddc08d3c3 | |
parent | 5c384fb2888029c2babb859c30318749e1ce828c [diff] |
Add integration tests for executor properties Added integration test that sets properties in a dummy plugin and amends them in tasks in a policy. Variosu tests added to check combinations of where properties are set in plugins or in tasks or both. Implementaiton changed to: - Always pass in a Properies object, the properties object coming into the policy cannot be null because the task/TSL/SFL may wish to set it - Fix a bug where the properties were not passed from the ApexEvent to the engine event in the ApexEventUnmarshaller class Issue-ID: POLICY-1743 Change-Id: I6aa152b28d46cf3cc6fa56a1a95b76a8e55f5a49 Signed-off-by: liamfallon <liam.fallon@est.tech>
Copyright (C) 2016-2018 Ericsson. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy APEX PDP Engine code. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment.
To build it using Maven 3, run: mvn clean install