Merge pull request #101191 from tanjing2020/container_manager_test

Agnhost image's progress name is called agnhost, not test-webserver
This commit is contained in:
Kubernetes Prow Robot 2021-04-22 08:59:53 -07:00 committed by GitHub
commit 1b08dde41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}