Add some test cases for VF-C to CSIT
Issue-ID: VFC-1534
Change-Id: Ie98a32cfadbde57bf35d3de52e5d222a251aaebe
Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
diff --git a/tests/vfc/nfvo-lcm/jsoninput/update_ns.json b/tests/vfc/nfvo-lcm/jsoninput/update_ns.json
new file mode 100644
index 0000000..2722b3a
--- /dev/null
+++ b/tests/vfc/nfvo-lcm/jsoninput/update_ns.json
@@ -0,0 +1,12 @@
+{
+ "updateType": "ADD_VNF",
+ "addVnfInstance": [
+ {
+ "vnfInstanceId": "456",
+ "vnfProfileId": "456"
+ }
+ ],
+ "updateTime": {
+ "DateTime": {}
+ }
+}
\ No newline at end of file