Skip to content

Commit

Permalink
Removed skip for password hardening test (sonic-net#8581)
Browse files Browse the repository at this point in the history
This PR removes the skip of password hardening test, as the issue sonic-net#6428 is already fixed, and the test can run on 202205 and 202211 branches.

What is the motivation for this PR?
Remove the skip for password hardening test as the test can run on any branch (not only master)

How did you do it?
Removed the skip from test_mark_conditions.py
  • Loading branch information
AharonMalkin committed Jan 25, 2024
1 parent 535c5d2 commit 48b0a28
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -655,17 +655,6 @@ ntp/test_ntp.py::test_ntp_long_jump_disabled:
strict: True
reason: "Known NTP bug"

#######################################
##### passw_hardening #####
#######################################
passw_hardening/test_passw_hardening.py:
skip:
reason: "Password-hardening supported just in master version"
conditions_logical_operator: or
conditions:
- "release not in ['master']"
- https://github.com/sonic-net/sonic-mgmt/issues/6428

#######################################
##### pc #####
#######################################
Expand Down

0 comments on commit 48b0a28

Please sign in to comment.