From e4ada8c413ede55376a3e5adb24297aa3871cbbf Mon Sep 17 00:00:00 2001 From: "Leigh, Phillip (pl876u)" Date: Thu, 10 Jan 2019 11:49:57 -0500 Subject: BugFix in aaiCtxBuilder: set PNF UUID to pnd-id Issue-ID: LOG-764 Change-Id: I56aa96e69de5f4a5d763e4a9759c7f3c4887526c Signed-off-by: Leigh, Phillip (pl876u) --- src/test/resources/junit/pnfSampleInput.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test') 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" -- cgit 1.2.3-korg