(testCase *test.Case, t tig.T)
| 39 | } |
| 40 | |
| 41 | func (ns *nerdctlSetup) CustomCommand(testCase *test.Case, t tig.T) test.CustomizableCommand { |
| 42 | return newNerdCommand(testCase.Config, t) |
| 43 | } |
| 44 | |
| 45 | func (ns *nerdctlSetup) AmbientRequirements(testCase *test.Case, t tig.T) { |
| 46 | // Ambient requirements, bail out now if these do not match |
nothing calls this directly
no test coverage detected