summaryrefslogtreecommitdiffstats
path: root/src/test/resources/junit/portMirrorConfigurationsResponse.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/junit/portMirrorConfigurationsResponse.json')
-rw-r--r--src/test/resources/junit/portMirrorConfigurationsResponse.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/test/resources/junit/portMirrorConfigurationsResponse.json b/src/test/resources/junit/portMirrorConfigurationsResponse.json
new file mode 100644
index 0000000..1c9b430
--- /dev/null
+++ b/src/test/resources/junit/portMirrorConfigurationsResponse.json
@@ -0,0 +1,23 @@
+{
+ "port-mirror-configuration-request-input": {
+ "source-port": [
+ {
+ "vnf-information": {
+ "vnf-id": "09a8c1d8-0981-4e3d-a4c0-6007d6f57e1b"
+ },
+ "pnf-information": {
+ "pnf-name": "onapTest1",
+ "pnf-type": "onapSrc"
+ }
+ }
+ ],
+ "dest-port": [
+ {
+ "pnf-information": {
+ "pnf-name": "onapTest2",
+ "pnf-type": "onapDest"
+ }
+ }
+ ]
+ }
+} \ No newline at end of file