| 670 | data string |
| 671 | } |
| 672 | type testCase struct { |
| 673 | name string |
| 674 | env []string |
| 675 | configFile configFile |
| 676 | configBase64 string |
| 677 | validate func(t *testing.T, tc testCase, ctrID, logs string) |
| 678 | } |
| 679 | |
| 680 | validateDockerConfig := func(t *testing.T, tc testCase, ctrID, logs string) { |
| 681 | t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected