diff options
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/scale_ns.json')
-rw-r--r-- | tests/vfc/nfvo-lcm/jsoninput/scale_ns.json | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json b/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json index e7f729d8..de0a95e8 100644 --- a/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json +++ b/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json @@ -1,14 +1,12 @@ { - "scaleType": "ns", - "scaleNsData": [ - { - "scaleNsByStepsData": [ + "scaleType": "SCALE_NS", + "scaleNsData": [ { - "aspectId": "123", - "numberOfSteps": "3", - "scalingDirection": "north" + "scaleNsByStepsData": [{ + "aspectId": "1", + "numberOfSteps": 1, + "scalingDirection": "0" + }] } - ] - } - ] + ] }
\ No newline at end of file |