WMLS witsml client in a container for automated load/stress/functional/smoke testing
1.1K
This is a container that can be used to automate testing for witsml servers.
To use this Dockerfile, build the image and run it like so for automated tests:
docker run -e WITSML_STORE_URL=storeurl -e WITSML_USER=username -e WITSML_PASSWORD=password emdem/docker-wmls
Alternately, set the environment variables in the env file and run like so:
docker run --env-file=env emdem/docker-wmls
If you want to run custom XML queries:
docker run --env-file=env -v path/to/local/xmlfolder:/root/wmls/xmlfolder emdem/docker-wmls xmlfolder/xmlfile --args
Content type
Image
Digest
sha256:b29284784…
Size
257.3 MB
Last updated
about 11 years ago
docker pull emdem/docker-wmls