| 208 | } |
| 209 | |
| 210 | type realFramework struct { |
| 211 | hostname HostnameInfo |
| 212 | t *testing.T |
| 213 | cadvisorClient *client.Client |
| 214 | cadvisorClientV2 *v2.Client |
| 215 | |
| 216 | shellActions shellActions |
| 217 | dockerActions dockerActions |
| 218 | crioActions crioActions |
| 219 | containerdActions containerdActions |
| 220 | |
| 221 | // Cleanup functions to call on Cleanup() |
| 222 | cleanups []func() |
| 223 | } |
| 224 | |
| 225 | type shellActions struct { |
| 226 | fm *realFramework |
nothing calls this directly
no outgoing calls
no test coverage detected