diff options
author | Steve Smokowski <ss835w@att.com> | 2020-07-09 14:54:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-09 14:54:47 +0000 |
commit | 72eaef0f8559c9fa16cca0d4808b45bcfc7cff8f (patch) | |
tree | cc0063be79639d4424c42754c745fe1c9bd43bba /so-sdn-clients/src/test/resources/__files/SDNCClientPrelaodDataResponseWithInvalidData.json | |
parent | 0ad02bb6286656e9e0eba8760e1666de65a7fcfd (diff) | |
parent | da366370647e6b72df4d8433bb52ec22a443d0ca (diff) |
Merge "move sdn clients to own package"
Diffstat (limited to 'so-sdn-clients/src/test/resources/__files/SDNCClientPrelaodDataResponseWithInvalidData.json')
-rw-r--r-- | so-sdn-clients/src/test/resources/__files/SDNCClientPrelaodDataResponseWithInvalidData.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/so-sdn-clients/src/test/resources/__files/SDNCClientPrelaodDataResponseWithInvalidData.json b/so-sdn-clients/src/test/resources/__files/SDNCClientPrelaodDataResponseWithInvalidData.json new file mode 100644 index 0000000000..552adb9125 --- /dev/null +++ b/so-sdn-clients/src/test/resources/__files/SDNCClientPrelaodDataResponseWithInvalidData.json @@ -0,0 +1,39 @@ +{ + "vnf-preload-list": [ + { + "vnf-name": "GENERIC_VNF_NAME", + "vnf-type": "SIMPLE", + "preload-data": + { + "network-topology-information": + { + }, + "vnf-topology-information": + { + "vnf-topology-identifier": + { + "service-type": "vCPE", + "vnf-type": "SIMPLE", + "vnf-name": "GENERIC_VNF_NAME", + "generic-vnf-name": "GENERIC_VNF_NAME", + "generic-vnf-type": "SIMPLE" + }, + "vnf-parameters": [ + { + "vnf-parameter-name": "extra_console", + "vnf-parameter-value": "ttyS1" + }, + { + "vnf-parameter-name": "vnfUsername", + "vnf-parameter-value": "vnf_user" + } + ] + }, + "oper-status": + { + "order-status": "PendingAssignment" + } + } + } + ] +} |