Skip to content

Commit

Permalink
[test_nhg.py] Cleanup test resources at the end (#2128)
Browse files Browse the repository at this point in the history
*Removed some leftover state from a previous test case that was sometimes messing up with a following test case.
Signed-off-by: Alexandru Banu <v-albanu@microsoft.com>
  • Loading branch information
abanu-ms authored Feb 3, 2022
1 parent 05c2c2e commit baa7476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_nhg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,9 @@ def create_cbf_invalid_nhg_map_test():
time.sleep(1)
assert(not self.nhg_exists('cbfgroup3'))

# Cleanup
self.cbf_nhg_ps._del('cbfgroup3')

self.init_test(dvs, 4)

mainline_cbf_nhg_test()
Expand Down

0 comments on commit baa7476

Please sign in to comment.