Skip to content

Commit

Permalink
Enable fdb and qos tests for t0-standalone-* topology (#14737)
Browse files Browse the repository at this point in the history
* solve conflicts in the PR #14041

Signed-off-by: Janetxxx <[email protected]>

* Enable fdb and qos tests for t0-standalone-* topology (#13019)

* Whitelist t0-standalone-* topology for enabling FDB test cases.

* Whitelist t0-standalone-* topology to enable QoS tests.

* Update test marks.

---------

Signed-off-by: Janetxxx <[email protected]>
Co-authored-by: Riff <[email protected]>
  • Loading branch information
Janetxxx and r12f authored Sep 27, 2024
1 parent 6cfca34 commit 0a909ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/qos/qos_sai_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class QosBase:
Common APIs
"""
SUPPORTED_T0_TOPOS = ["t0", "t0-56-po2vlan", "t0-64", "t0-116", "t0-35", "dualtor-56", "dualtor-64", "dualtor-120",
"dualtor", "dualtor-64-breakout", "t0-120", "t0-80", "t0-backend", "t0-56-o8v48", "t0-8-lag",
"t0-standalone-32", "t0-standalone-64", "t0-standalone-128", "t0-standalone-256", "t0-28"]
SUPPORTED_T1_TOPOS = ["t1-lag", "t1-64-lag", "t1-56-lag", "t1-backend", "t1-28-lag", "t1-32-lag"]
"dualtor", "t0-120", "t0-80", "t0-backend", "t0-56-o8v48", "t0-8-lag", "t0-standalone-32",
"t0-standalone-64", "t0-standalone-128", "t0-standalone-256"]
SUPPORTED_T1_TOPOS = ["t1-lag", "t1-64-lag", "t1-56-lag", "t1-backend", "t1-28-lag"]
SUPPORTED_PTF_TOPOS = ['ptf32', 'ptf64']
SUPPORTED_ASIC_LIST = ["pac", "gr", "gr2", "gb", "td2", "th", "th2", "spc1", "spc2", "spc3", "spc4", "td3", "th3",
"j2c+", "jr2", "th5"]
Expand Down

0 comments on commit 0a909ac

Please sign in to comment.