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
SONiC-VPP container image is built successful after moving to latest SONiC lable. However, ping test is failing as command to configure ip address on interface is giving following error.
root@a5a44d2df774:/# config interface ip add Ethernet0 172.16.1.1/24
/usr/local/lib/python3.9/dist-packages/config/aaa.py:120: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(auth_protocol) is 0:
/usr/local/lib/python3.9/dist-packages/config/plugins/mlnx.py:219: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if err is not 0:
/usr/local/lib/python3.9/dist-packages/config/plugins/mlnx.py:232: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if err is not 0:
root@a5a44d2df774:/#
SONiC-VPP container image is built successful after moving to latest SONiC lable. However, ping test is failing as command to configure ip address on interface is giving following error.
root@a5a44d2df774:/# config interface ip add Ethernet0 172.16.1.1/24
/usr/local/lib/python3.9/dist-packages/config/aaa.py:120: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(auth_protocol) is 0:
/usr/local/lib/python3.9/dist-packages/config/plugins/mlnx.py:219: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if err is not 0:
/usr/local/lib/python3.9/dist-packages/config/plugins/mlnx.py:232: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if err is not 0:
root@a5a44d2df774:/#
See <http://172.22.64.183:8080/job/SONiC-VPP-Docker/job/Build-Docker-Image/34/display/redirect?page=changes> <http://172.22.64.183:8080/job/SONiC-VPP-Docker/job/Build-Docker-Image/34/display/redirect?page=changes>>
Changes:
[avinashkrengineer] build t0-t1 topology and run tests
[bala.balareddy] Fixes #71 update to latest build label
The text was updated successfully, but these errors were encountered: