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
Skip zmq/test_gnmi_zmq.py on all Arista platforms (sonic-net#17524)
What is the motivation for this PR?
The test is written for smartswitch as it enabled this mode unconditionally: https://github.com/sonic-net/sonic-mgmt/blob/master/tests/zmq/test_gnmi_zmq.py#L54-L58
As of now none of the Arista platforms operate in this mode.
How did you do it?
Add a conditional mark to skip this on Arista platforms.
How did you verify/test it?
Ran this test on Arista-7260CX3
zmq/test_gnmi_zmq.py::test_gnmi_zmq SKIPPED (Test is for smartswitch)
0 commit comments