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:
Dr. Stefan Schimanski 2019-09-11 12:49:45 +02:00
parent 533daf6624
commit ab7cf24585

View File

@ -471,7 +471,7 @@ func ProxyMode(f *Framework) (string, error) {
{
Name: "detector",
Image: AgnHostImage,
Command: []string{"pause"},
Args: []string{"pause"},
},
},
},