Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Separate common used test functions and structs to test/utils | Yiqiao Pu | 2018-11-16 |
| | | | | | | | Put common used test functions and structs to a separated package. So we can use them for more testsuites. Signed-off-by: Yiqiao Pu <ypu@redhat.com> | ||
* | fix NOTIFY_SOCKET in e2e testfix NOTIFY_SOCKET in e2e tests | baude | 2018-10-18 |
| | | | | Signed-off-by: baude <bbaude@redhat.com> | ||
* | Generate a passwd file for users not in container | Daniel J Walsh | 2018-10-12 |
If someone runs podman as a user (uid) that is not defined in the container we want generate a passwd file so that getpwuid() will work inside of container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |