Open
Description
Follow up to #911:
Ops' jenkins pipeline runs the now old e2e tests from server-syncstorage's repo as a spot check for deployment. With them now ported to Python 3 and moved to reside in the syncstorage-rs repo, the pipeline needs to switch to running them from there, likely via syncstorage-rs's docker.
Ops needs to switch this themselves but let's ensure:
- it works as expected running from our docker
- we log an issue for ops to change it providing them w/ the correct docker cmd line args
Bonus points for making it as seamless to run as server-syncstorage's docker (which is provided by its custom entrypoint). Otherwise running it by manually overwriting the entrypoint via cmd line args should suffice.