migrator icon indicating copy to clipboard operation
migrator copied to clipboard

Add NO_LOGIN automated test

Open mbentley opened this issue 9 years ago • 2 comments

Add a test that uses NO_LOGIN migration.

mbentley avatar May 06 '16 09:05 mbentley

Added a test that uses a v2 using NO_LOGIN, still need to add a v1 server without auth to test against.

mbentley avatar May 06 '16 18:05 mbentley

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.

mbentley avatar May 09 '16 14:05 mbentley