You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove duplicate tests from api package and add missing CRI-O tests
- Remove attributes_test.go, machine_test.go, machinestats_test.go from
api package (now in common package)
- Add TestGetAllCrioContainers to match TestGetAllDockerContainers
- Add TestCrioHealthState (skipped - Docker health checks not supported by CRI-O)
- Update sanityCheck to validate container aliases
Test coverage is now consistent between Docker and CRI-O:
- Docker: api.test (12 tests) + common.test (4 tests)
- CRI-O: crio.test (12 tests) + common.test (4 tests)
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
0 commit comments