Set "source" name in PAP PdpMessages 41/122341/1
authorJim Hahn <jrh3@att.com>
Mon, 28 Jun 2021 18:28:01 +0000 (14:28 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 29 Jun 2021 14:06:06 +0000 (10:06 -0400)
commitff04793e79c188ba4378dfc76db1085823a4fb75
treea3b762c249035fd255fc981fc8059d9867044be9
parent6eac3876d78c7fac402a4a9081132d1dede6e284
Set "source" name in PAP PdpMessages

Used the unique name generator to initialize the PAP_NAME constant which
is then stuffed into the various outgoing PdpMessages.

Issue-ID: POLICY-3409
Change-Id: I45d26403b4f3de4b040cad779f29c82f35bacf42
Signed-off-by: Jim Hahn <jrh3@att.com>
main/src/main/java/org/onap/policy/pap/main/PapConstants.java
main/src/main/java/org/onap/policy/pap/main/comm/PdpMessageGenerator.java
main/src/main/java/org/onap/policy/pap/main/rest/PdpGroupCreateOrUpdateProvider.java
main/src/main/java/org/onap/policy/pap/main/rest/ProviderBase.java
main/src/test/java/org/onap/policy/pap/main/PapConstantsTest.java
main/src/test/java/org/onap/policy/pap/main/rest/TestPdpGroupCreateOrUpdateProvider.java
main/src/test/java/org/onap/policy/pap/main/rest/TestProviderBase.java