You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix vs test failure in test_buffer_traditional (#1881)
Ref: #1875
The test expects buffer PGs created for all ports.
However, the vs image is deployed as cable length being 0m,
which provides the buffer PGs to be created and fails the test.
To fix the failure:
- Config the cable length of port under test to 300m if it was 0m
- Startup the port after cable length configured
By doing that the buffer PG can be configured correctly
- Collect the orig_profiles after port is started up
Signed-off-by: Stephen Sun <[email protected]>
0 commit comments