diff options
author | guanwenyao <guanwenyao@chinamobile.com> | 2018-03-28 19:20:28 +0800 |
---|---|---|
committer | guanwenyao <guanwenyao@chinamobile.com> | 2018-03-28 19:20:39 +0800 |
commit | 42bcce050c5f207416b7ac71aaf8a00e6e7a10af (patch) | |
tree | 5c684052ef05912678f1a28722e5478925979b08 /bpmn/MSOInfrastructureBPMN/src/test/resources/__files/InfrastructureFlows | |
parent | 8b216bf982491685c08fdbfb404d4acf01c049f1 (diff) |
mannul NS scale unit test
Issue-ID: SO-423
Change-Id: I28d462cba73feb56b90d9d15619149d809fe1780
Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/test/resources/__files/InfrastructureFlows')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/resources/__files/InfrastructureFlows/DoScaleE2EServiceInstance.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/__files/InfrastructureFlows/DoScaleE2EServiceInstance.json b/bpmn/MSOInfrastructureBPMN/src/test/resources/__files/InfrastructureFlows/DoScaleE2EServiceInstance.json new file mode 100644 index 0000000000..dd3ff6841e --- /dev/null +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/__files/InfrastructureFlows/DoScaleE2EServiceInstance.json @@ -0,0 +1,38 @@ +{ + "service": + { + "serviceType":"example-service-type", + "globalSubscriberId":"test_custormer", + "resources": + [ + { + "resourceInstanceId":"ns111", + "scaleType":"SCALE_NS", + "scaleNsData": + { + "scaleNsByStepsData": + { + "numberOfSteps":"4", + "aspectId":"TIC_EDGE_HW", + "scalingDirection":"UP" + } + } + }, + { + "resourceInstanceId":"ns333", + "scaleType":"SCALE_NS", + "scaleNsData": + { + "scaleNsByStepsData": + { + "numberOfSteps":"4", + "aspectId":"TIC_EDGE_HW", + "scalingDirection":"UP" + } + } + } + ], + "serviceInstanceName":"service1" + }, + "operationId":"15c01683-4f15-45e7-b213-dcbfe6f42a1b" + }
\ No newline at end of file |