diff options
author | k.kazak <k.kazak@samsung.com> | 2019-03-13 16:29:13 +0100 |
---|---|---|
committer | k.kazak <k.kazak@samsung.com> | 2019-03-13 16:29:13 +0100 |
commit | 826a31411d410fbfeb88fc867cbc3fe6dd1ae46f (patch) | |
tree | 16b8302116c6e62266f6640708a5b3961e124d5a /bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE | |
parent | c1a2f4b9a33f6b2bec77dbfbc6b43663ad9cca1f (diff) |
Run groovy bpmn/vcpe tests
Fixed groovy tests in bpmn/vcpe/scripts to be runnable
Added them to build
Reformatted the code and removed unnecessary imports
Change-Id: Id85c88bee666fc7f513042e0a4e83f337ab2765c
Issue-ID: SO-1649
Signed-off-by: k.kazak <k.kazak@samsung.com>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE/DeleteVcpeResCustService/request.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE/DeleteVcpeResCustService/request.json b/bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE/DeleteVcpeResCustService/request.json index dc4669e8d9..7c60512c36 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE/DeleteVcpeResCustService/request.json +++ b/bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE/DeleteVcpeResCustService/request.json @@ -23,6 +23,7 @@ }, "cloudConfiguration": { + "cloudOwner":"CloudOwner", "lcpCloudRegionId":"mdt1", "tenantId":"8b1df54faa3b49078e3416e21370a3ba" }, |