diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-11-25 14:04:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-25 14:04:02 +0000 |
commit | 88e5a40c125893a5600bdd81ef943b921e9f8f08 (patch) | |
tree | 6a43657acd3769a82e05ccefdea273d29d2bda91 /vid-automation/src/main/resources | |
parent | 36cd35eebe45d15deb3a1d0ba272e4fb0548061b (diff) | |
parent | cbe6877e50b69370170bea4057bb8d5baf42946e (diff) |
Merge "identify macro services without instantiation type in BE by feature flag"
Diffstat (limited to 'vid-automation/src/main/resources')
-rw-r--r-- | vid-automation/src/main/resources/registration_to_simulator/sanity/get_csar_zip_file.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vid-automation/src/main/resources/registration_to_simulator/sanity/get_csar_zip_file.json b/vid-automation/src/main/resources/registration_to_simulator/sanity/get_csar_zip_file.json deleted file mode 100644 index 7b39f77e6..000000000 --- a/vid-automation/src/main/resources/registration_to_simulator/sanity/get_csar_zip_file.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "simulatorRequest": { - "method": "GET", - "path": "/vidSimulator/getSomeFile" -} , - "simulatorResponse": { - "responseCode": 200, - "file": "csar15782222_invariantUUIDMacro.zip" - } -}
\ No newline at end of file |