Add some test cases for VF-C to CSIT
[integration/csit.git] / tests / vfc / nfvo-lcm / jsoninput / scale_ns.json
diff --git a/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json b/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json
new file mode 100644 (file)
index 0000000..e7f729d
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "scaleType": "ns",
+  "scaleNsData": [
+    {
+      "scaleNsByStepsData": [
+        {
+          "aspectId": "123",
+          "numberOfSteps": "3",
+          "scalingDirection": "north"
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file