From ffb12d3ca702aa53c3f95d6e721f202f27e1aa8b Mon Sep 17 00:00:00 2001 From: Peyton Puckett Date: Tue, 17 Mar 2020 11:30:11 -0500 Subject: Add rainyDayTest for VFW Added less restrictive filter condition to consider discarded messages Issue-ID: POLICY-2431 Change-Id: I0bc5e34636699094c97bd7e5669f66df875cd6ae Signed-off-by: Peyton Puckett --- .../src/main/resources/vfw/vfw.appc.failure.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 controlloop/common/rules-test/src/main/resources/vfw/vfw.appc.failure.json (limited to 'controlloop/common/rules-test/src/main/resources/vfw/vfw.appc.failure.json') diff --git a/controlloop/common/rules-test/src/main/resources/vfw/vfw.appc.failure.json b/controlloop/common/rules-test/src/main/resources/vfw/vfw.appc.failure.json new file mode 100644 index 000000000..ff4361867 --- /dev/null +++ b/controlloop/common/rules-test/src/main/resources/vfw/vfw.appc.failure.json @@ -0,0 +1,17 @@ +{ + "CommonHeader": { + "TimeStamp": 1506051879001, + "APIver": "1.01", + "RequestID": "c7c6a4aa-bb61-4a15-b831-ba1472dd4a65", + "SubRequestID": "${replaceMe}", + "RequestTrack": [], + "Flags": [] + }, + "Status": { + "Code": 401, + "Value": "FAILURE" + }, + "Payload": { + "generic-vnf.vnf-id": "jimmy-test-vnf2" + } +} -- cgit 1.2.3-korg