Restore tests for docker runtime #1162
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
What would you like to be added:
Need to run tests for docker, similar to cri-o.
Why is this needed:
The tests were removed because of "dockershim":
But no tests were added for the actual "cri-dockerd".
Note: It wasn't actually using dockershim for 1.24 and 1.25 either, since it had been removed from the codebase.
It just renamed the remote socket endpoint, instead of removing dockershim from cri-tools (as per Issue #870).
commit 175fbd1
The text was updated successfully, but these errors were encountered: