Add an end-to-end test suite for different versions of Docker

This script, when run, will boot up a Container Linux VM (via vagrant) with a specific version of Docker installed, and then run a login, push and pull test against the host machine's Quay instance.
This commit is contained in:
Joseph Schorr 2018-09-24 15:32:09 -04:00
parent c10e3bf973
commit 7f1835c978
5 changed files with 161 additions and 0 deletions

2
.gitignore vendored
View file

@ -27,3 +27,5 @@ build/
*.iml
.DS_Store
.pytest_cache/*
test/dockerclients/Vagrantfile
test/dockerclients/.*