Add some test cases for VF-C to CSIT
[integration/csit.git] / tests / vfc / nfvo-lcm / jsoninput / scale_ns.json
1 {
2   "scaleType": "ns",
3   "scaleNsData": [
4     {
5       "scaleNsByStepsData": [
6         {
7           "aspectId": "123",
8           "numberOfSteps": "3",
9           "scalingDirection": "north"
10         }
11       ]
12     }
13   ]
14 }