mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Add e2e
This commit is contained in:
parent
4aed18935e
commit
1322dbba46
@ -398,6 +398,11 @@ var _ = SIGDescribe("GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShut
|
||||
return nil
|
||||
}, 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)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user