commit | 3c7159d2e3974f74547969f45a317e2d2b47d678 | [log] [tgz] |
---|---|---|
author | Huy Tran <ht095u@att.com> | Mon Jul 26 13:49:53 2021 -0500 |
committer | Huy Tran <ht095u@att.com> | Wed Aug 04 13:03:36 2021 -0500 |
tree | d974cc1a390309ec03fc478afdc551064c4d03dd | |
parent | 027a27c65d06c6ac314b87b3dd7d01246e862a79 [diff] |
Changes to ensure delete_containers is done at class level tear down Invoking delete containers at test level tearDown caused: 1) unnecessary requests are being sent again in the tearDown for the subsequent methods, 2) possible race condition can happen between methods during the tearDown. Closes-Bug: #1938593 Change-Id: I24087607a9f0129b7b3d21473196fab1b5f08cd4