(t *testing.T)
| 1185 | } |
| 1186 | |
| 1187 | func TestExternalKey(t *testing.T) { |
| 1188 | externalKeyTest(t, false) |
| 1189 | } |
| 1190 | |
| 1191 | func externalKeyTest(t *testing.T, reexec bool) { |
| 1192 | defer netnsutils.SetupTestOSContext(t)() |
nothing calls this directly
no test coverage detected
searching dependent graphs…