qtip bugfix: failed to clean up qtip container 91/20991/4
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Tue, 13 Sep 2016 08:44:04 +0000 (16:44 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Sun, 18 Sep 2016 07:03:35 +0000 (15:03 +0800)
commit6a4ddf3ca55ddc197ad19dc885b0c169d5b7e0cd
treedd4a6664b5a275475616ccded787e6c9737a4c30
parent74a8ce5cac64c37a6baf6d62df0a21548a914c05
qtip bugfix: failed to clean up qtip container

An error has happened a few times when stopping a container.
See
https://build.opnfv.org/ci/view/qtip/job/qtip-fuel-zte-pod2-daily-master/34/console.
Don't find the cause of this error temporarily.
Use the command "docker rm -f" to remove qtip container by force.
It is a workaround to make sure qtip ci job not blocked by this error.

According to ci log, sometimes, qtip containers are deleted failed.
This change use the command "docker rm -f" to delete containers
by force.

Change-Id: I063be9615f1b87e616ff8c3a77a6684a68474e91
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
jjb/qtip/qtip-cleanup.sh