migrator
migrator copied to clipboard
Add NO_LOGIN automated test
Add a test that uses NO_LOGIN migration.
Added a test that uses a v2 using NO_LOGIN, still need to add a v1 server without auth to test against.
Updated tests to include the following migration scenarios:
- v1 to v2 migration with auth
- v1 to v2 migration without auth
- v1 to DTR
- Docker Hub to DTR
Next, it would be good to get these into Docker Compose files that live with the code.