Skip to content

Commit

Permalink
[Bugfix] Restoring wan-pub topology mapping in test scripts validation (
Browse files Browse the repository at this point in the history
sonic-net#14758)

What is the motivation for this PR?
In PR sonic-net#14437, we removed the mapping for the wan-pub topology name during test script validation, as there is no WAN checker in our PR test. However, this removal resulted in skipped scripts for that topology not being collected. In this PR, we are restoring the mapping to address this issue.

How did you do it?
Restore the mapping.
  • Loading branch information
yutongzhang-microsoft authored and arista-hpandya committed Oct 2, 2024
1 parent 87ed13c commit 0c91b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/testscripts_analyse/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"t1-lag": "t1",
"multi-asic-t1-lag": "t1",
"t2": "t2",
"wan-pub": "wan",
"dpu": "dpu",
"tgen": "tgen",
"multidut-tgen": "tgen",
Expand Down

0 comments on commit 0c91b78

Please sign in to comment.