mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Merge pull request #17690 from ixdy/privileged-e2e
Wait for hostexec pod to start running
This commit is contained in:
@@ -52,10 +52,7 @@ var _ = Describe("PrivilegedPod", func() {
|
||||
f: f,
|
||||
}
|
||||
It("should test privileged pod", func() {
|
||||
hostExecPod := NewHostExecPodSpec(f.Namespace.Name, "hostexec")
|
||||
pod, err := config.getPodClient().Create(hostExecPod)
|
||||
expectNoError(err)
|
||||
config.hostExecPod = pod
|
||||
config.hostExecPod = LaunchHostExecPod(config.f.Client, config.f.Namespace.Name, "hostexec")
|
||||
|
||||
By("Creating a privileged pod")
|
||||
config.createPrivilegedPod()
|
||||
|
Reference in New Issue
Block a user