e2e: fix pause command in ProxyMode func
The agn image has no pause command, only a pause subcommand of the agn command.
This commit is contained in:
		| @@ -469,9 +469,9 @@ func ProxyMode(f *Framework) (string, error) { | ||||
| 			HostNetwork: true, | ||||
| 			Containers: []v1.Container{ | ||||
| 				{ | ||||
| 					Name:    "detector", | ||||
| 					Image:   AgnHostImage, | ||||
| 					Command: []string{"pause"}, | ||||
| 					Name:  "detector", | ||||
| 					Image: AgnHostImage, | ||||
| 					Args:  []string{"pause"}, | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dr. Stefan Schimanski
					Dr. Stefan Schimanski