Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Login test: use --password-stdin | Ed Santiago | 2020-02-20 |
| | | | | | | | | | | | | Great timing: this new test collided against #5268, which added a warning about using command-line --password. CI is now going to fail all over. Fix: rework test to use --password-stdin. Am doing so only in the places where output string is checked; other instances can keep using '--password xxx' because it's simpler. Signed-off-by: Ed Santiago <santiago@redhat.com> | ||
* | New login and push tests | Ed Santiago | 2020-02-19 |
Test podman login/logout, login with wrong credentials, auth file contents, auth file path override, push/pull, and, if skopeo is installed, credentials sharing Fixes: #4283 Signed-off-by: Ed Santiago <santiago@redhat.com> |