aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/scale_ns.json')
-rw-r--r--tests/vfc/nfvo-lcm/jsoninput/scale_ns.json14
1 files changed, 14 insertions, 0 deletions
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 00000000..e7f729d8
--- /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