diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2019-03-26 13:54:45 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2019-03-26 13:54:45 +0000 |
commit | 1d86d11223e9c60ec65b737301b51ca9a42adff5 (patch) | |
tree | 16a96cb29b045c7ed0cc1c3cdafae8f573095922 /services/services-onappf/src/test/resources/InvalidParameters.json | |
parent | cfcffbce70ddc3083e337f18377c0847f7233caa (diff) |
Adding services-onappf module to apex-pdp
1) Adding services-onappf module to apex-pdp.
2) Following the code base from policy/pap to build the module.
3) Currently PAP is using property & configuration file for bootstrap.
Continuing the same in this module as well.
4) Adding relevant test cases.
Change-Id: Id9740ea60ae3ecbd88e5d6d3586ee0dde1054cca
Issue-ID: POLICY-1452
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'services/services-onappf/src/test/resources/InvalidParameters.json')
-rw-r--r-- | services/services-onappf/src/test/resources/InvalidParameters.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/services-onappf/src/test/resources/InvalidParameters.json b/services/services-onappf/src/test/resources/InvalidParameters.json new file mode 100644 index 000000000..de2040cc8 --- /dev/null +++ b/services/services-onappf/src/test/resources/InvalidParameters.json @@ -0,0 +1,3 @@ +{ + "name" : [] +}
\ No newline at end of file |