github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/e2e/migrations/README.md (about) 1 ## End to end tests for migrating data in sticky volumes 2 3 These tests run in a docker container to ensure proper setup/teardown. 4 5 To create the testing image: 6 `./docker-init.sh` 7 8 To run tests: 9 `./docker-run.sh` 10 11 TODO: 12 1. Specify how many servers/clients in the test 13 2. Have a callback to specify the client options 14 3. Run servers/clients in the docker container, return IP addresses for each 15 instance, but have the test run on the host. 16 4. There should be a 1:1 mapping from container to agent, rather than running 17 the entire cluster in a container. 18