Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5028] Fix abort on docker cleanup failure
In some cases, behave tests in fabric/test/feature aborts when decomposing the test environment because "docker inspect" is executed for a docker that is listed by "docker ps" but already deleted by "docker-compose down". This patch avoids it. Change-Id: I4806d1590c591b3e2304cc9e03d593007c09a261 Signed-off-by: Jun Nemoto <[email protected]>
- Loading branch information