Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rename --cni-config-dir to --network-config-dir | Paul Holzinger | 2022-01-18 |
| | | | | | | | | Since this option will also be used for netavark we should rename it to something more generic. It is important that --cni-config-dir still works otherwise we could break existing container cleanup commands. Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | Break up python APIv2 tests | Jhon Honce | 2021-05-18 |
* Tests broken up into areas of concern * Introduced fixtures to reduce duplicated code * Introduced new assert methods with APITestCase * General cleanup of code while visiting * Tests now targeting quay.io Known issues: * is-official against quay.io not working Fixes: #9238 Signed-off-by: Jhon Honce <jhonce@redhat.com> |