Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Sanity failure (Ping test) with SONiC-VPP container image #79

Open
nikunjdh opened this issue Oct 25, 2023 · 0 comments
Open

Basic Sanity failure (Ping test) with SONiC-VPP container image #79

nikunjdh opened this issue Oct 25, 2023 · 0 comments

Comments

@nikunjdh
Copy link
Contributor

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

bendrapubalareddy added a commit to bendrapubalareddy/sonic-platform-vpp that referenced this issue Nov 6, 2023
Signed-off-by: Bala Bendrapu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant