Add e2e
This commit is contained in:
@@ -398,6 +398,11 @@ var _ = SIGDescribe("GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShut
|
|||||||
return nil
|
return nil
|
||||||
}, podStatusUpdateTimeout, pollInterval).Should(gomega.BeNil())
|
}, podStatusUpdateTimeout, pollInterval).Should(gomega.BeNil())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ginkgo.By("should have state file")
|
||||||
|
stateFile := "/var/lib/kubelet/graceful_node_shutdown_state"
|
||||||
|
_, err = os.Stat(stateFile)
|
||||||
|
framework.ExpectNoError(err)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user