diff options
Diffstat (limited to 'appc-outbound/appc-network-inventory-client/provider/src/test/resources')
4 files changed, 68 insertions, 0 deletions
diff --git a/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter.txt b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter.txt new file mode 100644 index 000000000..1e2d347fc --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter.txt @@ -0,0 +1,16 @@ +name: "LOCAL_CORE_ALT_IP_ADDR" +description: null +type: null +required: false +source: "A&AI" +rule-type: null +default: "0:0:0:0" +request-keys: +- key-name: "address_fqdn" + key-value: "value" +- key-name: "address_type" + key-value: "v4" +response-keys: +- unique-key-name: "parent-name" +- unique-key-value: "vnf" +- field-key-name: "vnf-name" diff --git a/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter2.txt b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter2.txt new file mode 100644 index 000000000..cebc0f9e1 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter2.txt @@ -0,0 +1,18 @@ +name: "REMOTE_ACCESS_IP_ADDR" +description: null +type: null +required: false +source: "A&AI" +rule-type: null +default: "0:0:0:0" +request-keys: +- key-name: "address_fqdn" + key-value: "value" +- key-name: "address_type" + key-value: "v4" +response-keys: +- unique-key-name: "parent-name" +- unique-key-value: "vnfc" +- field-key-name: "vnfc-name" +- filter-by-field: "vnfc-function-code" +- filter-by-value: "testFnCode" diff --git a/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter3.txt b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter3.txt new file mode 100644 index 000000000..060b55eae --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter3.txt @@ -0,0 +1,18 @@ +name: "PARAM3" +description: null +type: null +required: false +source: "A&AI" +rule-type: null +default: "0:0:0:0" +request-keys: +- key-name: "address_fqdn" + key-value: "value" +- key-name: "address_type" + key-value: "v4" +response-keys: +- unique-key-name: "parent-name" +- unique-key-value: "vnfc" +- field-key-name: "ipaddress-v4-oam-vip" +- filter-by-field: "vnfc-function-code" +- filter-by-value: "msc" diff --git a/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter4.txt b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter4.txt new file mode 100644 index 000000000..e334903d1 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/provider/src/test/resources/YamlParameter4.txt @@ -0,0 +1,16 @@ +name: "PARAM4" +description: null +type: null +required: false +source: "A&AI" +rule-type: null +default: "0:0:0:0" +request-keys: +- key-name: "address_fqdn" + key-value: "value" +- key-name: "address_type" + key-value: "v4" +response-keys: +- unique-key-name: "parent-name" +- unique-key-value: "vserver" +- field-key-name: "vserver-name" |