[CVP] Fixed cleaning up cvp containers

In 'docker ps -f name=cvp' command, the name is found by the
regexp, not the whole name. So 'docker ps -f name=cvp' will find
even 'cvp-perf' container, but 'docker rm cvp' will fail if only
cvp-perf is found and 'cvp' container does not exist.

Change-Id: Ib2013f558b6ce43c75e35306ab2212a52c3a66ac
Related-Prod: PROD-34385
1 file changed