diff options
Diffstat (limited to 'tests/vfc/nfvo-catalog/jsons')
-rw-r--r-- | tests/vfc/nfvo-catalog/jsons/ns_packages.json | 3 | ||||
-rw-r--r-- | tests/vfc/nfvo-catalog/jsons/vnf_packages.json | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/vfc/nfvo-catalog/jsons/ns_packages.json b/tests/vfc/nfvo-catalog/jsons/ns_packages.json new file mode 100644 index 00000000..20a78322 --- /dev/null +++ b/tests/vfc/nfvo-catalog/jsons/ns_packages.json @@ -0,0 +1,3 @@ +{ + "csarId": "2" +} diff --git a/tests/vfc/nfvo-catalog/jsons/vnf_packages.json b/tests/vfc/nfvo-catalog/jsons/vnf_packages.json new file mode 100644 index 00000000..a87d7d02 --- /dev/null +++ b/tests/vfc/nfvo-catalog/jsons/vnf_packages.json @@ -0,0 +1,7 @@ +{ + "csarId": "1", + "vimIds": [ + "1" + ], + "labVimId": "7" +}
\ No newline at end of file |