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 the issue that sonic_platform is not installed on vs image (#2300)
Method is_rj45_port references sonic_platform which has not been implemented on vs platform
However, the method is referenced by show interface status which is widely used in kvm test in azure pipeline checkers
- What I did
- How I did it
True is returned in is_rj45_port if sonic_platform can not be imported
- How to verify it
Run vs tests
Signed-off-by: Stephen Sun <[email protected]>
0 commit comments