aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-catalog/jsons
diff options
context:
space:
mode:
authorzhaoliping123 <zhaoliping@chinamobile.com>2019-10-25 11:22:39 +0800
committerzhaoliping123 <zhaoliping@chinamobile.com>2019-10-25 14:40:41 +0800
commit39b397e2ed0c1e38ac88cbbdab29f085f6cacf2e (patch)
tree06f5fc93ded0460551a0a112cfc5384c2def0ac3 /tests/vfc/nfvo-catalog/jsons
parentdc56b9e2843722d7aa6eab649e26e5372e592c80 (diff)
Add some test cases for VF-C catalog to CSIT
Issue-ID: VFC-1534 Change-Id: I19fc6a441e50c60bdc8d2af51640ff72ebc058c6 Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
Diffstat (limited to 'tests/vfc/nfvo-catalog/jsons')
-rw-r--r--tests/vfc/nfvo-catalog/jsons/ns_packages.json3
-rw-r--r--tests/vfc/nfvo-catalog/jsons/vnf_packages.json7
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