Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make volume filters inclusive | Ashley Cui | 2020-11-03 |
| | | | | | | | | When using multiple filters, return a volume that matches any one of the used filters, rather than matching both of the filters. This is for compatibility with docker's cli, and more importantly, the apiv2 compat endpoint Closes #6765 Signed-off-by: Ashley Cui <acui@redhat.com> | ||
* | Add test cases to cover podman volume | Yuhui Jiang | 2020-10-27 |
| | | | | | | | | | | | | Add test cases to cover below podman volume subcommand: create ls inspect rm prune Signed-off-by: Yuhui Jiang <yujiang@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | Tests for API v2 | Ed Santiago | 2020-01-17 |
Initial framework for testing the version 2 (HTTP) API. Includes a collection of tests for some of the existing endpoints. Not all tests are currently passing. Signed-off-by: Ed Santiago <santiago@redhat.com> |