diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-01-10 11:49:57 -0500 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-01-10 15:35:23 -0500 |
commit | e4ada8c413ede55376a3e5adb24297aa3871cbbf (patch) | |
tree | dfb6ccd9e26499792348b84a228f005ff1e58752 /src/test | |
parent | 57520e733e6aa87087d16b1ec385d048fb1b3f4f (diff) |
BugFix in aaiCtxBuilder: set PNF UUID to pnd-id
Issue-ID: LOG-764
Change-Id: I56aa96e69de5f4a5d763e4a9759c7f3c4887526c
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/junit/pnfSampleInput.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/resources/junit/pnfSampleInput.json b/src/test/resources/junit/pnfSampleInput.json index 44f4a2d..1d94737 100644 --- a/src/test/resources/junit/pnfSampleInput.json +++ b/src/test/resources/junit/pnfSampleInput.json @@ -12,10 +12,12 @@ "frame-id": "99888", "serial-number": "c44b872f6830498b88c4989d67b2a6b7", "status": "ACTIVE", + "nf-function": "nf-Function-123", "nf-role": "22222", "model-invariant-id": "12345", "model-version-id": "2123", "admin_state_up": true, + "resource-version": "28", "tenant_id": "c44b872f6830498b88c4989d67b2a6b7", "created_at": "2018-03-20T16:49:01Z", "provider:network_type": "vlan" |