[everflow] address testbed setup type checking issue#6609
[everflow] address testbed setup type checking issue#6609yxieca merged 1 commit intosonic-net:masterfrom
Conversation
Topology type are more than t2/t0/t1. !(t2) doesn't mean either T0 or T1. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
|
The pre-commit check detected issues in the files touched by this pull request. For old issues, it is not mandatory to fix them because they were not caused by this change. It is unfair to blame Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
What is the motivation for this PR? everflow test is failing after PR #6225. How did you do it? Topology type are more than t2/t0/t1. !(t2) doesn't mean either T0 or T1. This PR fixes the branch error. How did you verify/test it? Run everflow test on test that is not T0/T1/T2. Signed-off-by: Ying Xie ying.xie@microsoft.com
This reverts commit b55fe7f.
What is the motivation for this PR? everflow test is failing after PR sonic-net#6225. How did you do it? Topology type are more than t2/t0/t1. !(t2) doesn't mean either T0 or T1. This PR fixes the branch error. How did you verify/test it? Run everflow test on test that is not T0/T1/T2. Signed-off-by: Ying Xie ying.xie@microsoft.com
* Revert "[everflow] address testbed setup type checking issue (sonic-net#6609)" This reverts commit b55fe7f. * Revert "everflow test case fix (sonic-net#6561)" This reverts commit b497aa0. * Revert "Everflow T2 topo support and ipv6 egress tests (sonic-net#6225)" This reverts commit c3f0980.
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
everflow test is failing after PR #6225.
How did you do it?
Topology type are more than t2/t0/t1. !(t2) doesn't mean either T0 or T1. This PR fixes the branch error.
How did you verify/test it?
Run everflow test on test that is not T0/T1/T2.
Signed-off-by: Ying Xie ying.xie@microsoft.com