diff options
author | Gary Wu <gary.wu@futurewei.com> | 2019-06-25 16:37:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-25 16:37:50 +0000 |
commit | 940fe0f932160e3c786b97b41d01c4dc8452cab5 (patch) | |
tree | b0c9a91c47e8783dda8af9d88325fb6c345ee7a4 /tests/sdc/dcaed/assets/artifact_upload.template | |
parent | 984e56606ca9d76ad04f869ced4ec52bf992ecf8 (diff) | |
parent | d1a1fb7c2ec49d166070536fc2fc7c0220a278b7 (diff) |
Merge "Add initial CSIT case for DCAE-DS"
Diffstat (limited to 'tests/sdc/dcaed/assets/artifact_upload.template')
-rwxr-xr-x | tests/sdc/dcaed/assets/artifact_upload.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/sdc/dcaed/assets/artifact_upload.template b/tests/sdc/dcaed/assets/artifact_upload.template new file mode 100755 index 00000000..9be6ca04 --- /dev/null +++ b/tests/sdc/dcaed/assets/artifact_upload.template @@ -0,0 +1,8 @@ +{ + "artifactLabel":"${artifactLabel}", + "artifactName": "${artifactName}", + "artifactType": "${artifactType}", + "artifactGroupType": "${artifactGroupType}", + "description": "${description}", + "payloadData": "${payloadData}" +} |