mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-28 04:53:11 +00:00
The process name is called agnhost, not test-webserver, after the Agnhost image is started.
This commit is contained in:
parent
f1c037889d
commit
fa3956844d
@ -238,7 +238,7 @@ var _ = SIGDescribe("Container Manager Misc [Serial]", func() {
|
||||
err error
|
||||
)
|
||||
gomega.Eventually(func() error {
|
||||
wsPids, err = getPidsForProcess("test-webserver", "")
|
||||
wsPids, err = getPidsForProcess("agnhost", "")
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to get list of test-webserver process pids: %v", err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user