diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-23 14:41:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-23 14:41:21 +0000 |
commit | ab87f69a5dbcecea8b2b4793568a5623e4a714e3 (patch) | |
tree | b7e63d6248400ff7019f6b1e9aad94d43eaa2aa5 /tests/vid/resources/simulators/SO-simulator | |
parent | 37e3c0b51e55f84d4f9838c42b7433f2554632ee (diff) | |
parent | 2ac270a8ee0ecf5357c541deb6e162b4cc26dd98 (diff) |
Merge "Enhance vid CSIT tests, added for scaleout"
Diffstat (limited to 'tests/vid/resources/simulators/SO-simulator')
-rw-r--r-- | tests/vid/resources/simulators/SO-simulator | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/vid/resources/simulators/SO-simulator b/tests/vid/resources/simulators/SO-simulator deleted file mode 100644 index 54587665..00000000 --- a/tests/vid/resources/simulators/SO-simulator +++ /dev/null @@ -1,8 +0,0 @@ -FROM frolvlad/alpine-python3 - -ADD SO.py / -ADD so_post_response.json / - -EXPOSE 8443 - -CMD [ "python", "./SO.py" ]
\ No newline at end of file |