Skip to content

Commit

Permalink
[dash]: Skip vnet-vnet tests temporarily (#17060)
Browse files Browse the repository at this point in the history
* [dash]: Skip vnet-vnet tests temporarily

 * DASH vnet-vnet tests need some changes to the existing code to be able to run successfully. Skip this test until orchagent changes are in place.

Signed-off-by: Prabhat Aravind <[email protected]>

* Add Nvidia 4280 smartswitch also to the list of platforms to skip for dash tests

Signed-off-by: Prabhat Aravind <[email protected]>

* Add skip condition logical operator

Signed-off-by: Prabhat Aravind <[email protected]>

---------

Signed-off-by: Prabhat Aravind <[email protected]>
  • Loading branch information
prabhataravind authored Feb 24, 2025
1 parent ee118ee commit 8f5c698
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,11 @@ dash/test_dash_privatelink.py:

dash/test_dash_vnet.py:
skip:
conditions_logical_operator: or
reason: "Currently dash tests are not supported on KVM"
conditions:
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-mgmt/issues/16407"
- "platform in ['x86_64-nvidia_sn4280-r0']"

dash/test_relaxed_match_negative.py:
skip:
Expand Down

0 comments on commit 8f5c698

Please sign in to comment.