The process name is called agnhost, not test-webserver, after the Agnhost image is started.

This commit is contained in:
tanjing2020 2021-04-16 18:05:00 +08:00
parent f1c037889d
commit fa3956844d

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