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/scale_ns.json b/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json
new file mode 100644
index 0000000..e7f729d
--- /dev/null
+++ b/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json
@@ -0,0 +1,14 @@
+{
+  "scaleType": "ns",
+  "scaleNsData": [
+    {
+      "scaleNsByStepsData": [
+        {
+          "aspectId": "123",
+          "numberOfSteps": "3",
+          "scalingDirection": "north"
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file