aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json
diff options
context:
space:
mode:
authorzhaoliping123 <zhaoliping@chinamobile.com>2019-10-23 09:06:10 +0800
committerzhaoliping123 <zhaoliping@chinamobile.com>2019-10-25 14:18:15 +0800
commite9ef02853368d60f0288717d341abd1272c23a60 (patch)
tree133f7468816004dd39ba0fb1de04735568104440 /tests/vfc/nfvo-lcm/jsoninput/scale_ns.json
parent82c77373361dc8eb8747beb42d1c92dd86302673 (diff)
Update test cases for VF-C LCM to CSIT
Issue-ID: VFC-1534 Change-Id: I73f67654afee9b24d7947b485876a0e4e7138c61 Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/scale_ns.json')
-rw-r--r--tests/vfc/nfvo-lcm/jsoninput/scale_ns.json18
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