Skip to content

Commit

Permalink
[uss_qualifier] scd auth: only cleanup availability if the relevant p…
Browse files Browse the repository at this point in the history
…art of the scenario runs (#782)
  • Loading branch information
Shastick authored Sep 11, 2024
1 parent cec1546 commit b50155e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,9 @@ def _ensure_test_entities_dont_exist(self):
test_step_fragments.cleanup_sub(self, self._scd_dss, self._test_id)

# Make sure the test ID for uss availability is set to 'Unknown'
self._ensure_availability_is_unknown()
# if we are testing availabilities
if self._availability_dss:
self._ensure_availability_is_unknown()

def _ensure_no_active_subs_exist(self):
test_step_fragments.cleanup_active_subs(
Expand Down

0 comments on commit b50155e

Please sign in to comment.