(t *testing.T)
| 241 | } |
| 242 | |
| 243 | func TestRemoveNTHLablesFailure(t *testing.T) { |
| 244 | tNode := getNode(t, getDrainHelper(fake.NewSimpleClientset())) |
| 245 | err := tNode.RemoveNTHLabels(nodeName) |
| 246 | h.Assert(t, err != nil, "Failed to return error on failing RemoveNTHLabels") |
| 247 | } |
| 248 | |
| 249 | func TestGetEventIDSuccess(t *testing.T) { |
| 250 | var labelValue = "bla" |
nothing calls this directly
no test coverage detected