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

Fix test_vnet_orch_4 test case for vnet pytest. #1043

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix test_vnet_orch_4 test case for vnet pytest. #1043

wants to merge 3 commits into from

Conversation

iris00522
Copy link
Contributor

@iris00522 iris00522 commented Aug 30, 2019

What I did
modify "100.100.2.1/24" to "100.100.2.1/32" for test_vnet_orch_4 test case.

Why I did it
I trace the code, the prefix set to "100.100.2.1/32" when it create the vnet route.

create_vnet_routes(dvs, "100.100.2.1/32", 'Vnet3002', 'fd:2::34', "00:12:34:56:78:9A")
vnet_obj.check_vnet_routes(dvs, 'Vnet3002', 'fd:2::34', tunnel_name, "00:12:34:56:78:9A")

the delete prefix para should set to 100.100.2.1/32, not 100.100.2.1/24.

How I verified it
test by unittest.
Details if related

lguohan
lguohan previously approved these changes Sep 3, 2019
@lguohan
Copy link
Contributor

lguohan commented Sep 3, 2019

can you re-enable this vnet test?

prsunny
prsunny previously approved these changes Sep 3, 2019
@lguohan
Copy link
Contributor

lguohan commented Sep 6, 2019

@iris00522
Copy link
Contributor Author

I test test_vnet_orch_4 pass when I modify the Ethernet port from Ethernet60 to Ethernet6.
But the root cause not find root cause yet.

@lguohan
Copy link
Contributor

lguohan commented Jan 29, 2020

retest this please

1 similar comment
@iris00522
Copy link
Contributor Author

retest this please

@qiluo-msft qiluo-msft dismissed stale reviews from prsunny and lguohan via af3ce7c July 29, 2021 08:31
EdenGri pushed a commit to EdenGri/sonic-swss that referenced this pull request Feb 28, 2022
As part of the migration from Python 2 to Python 3, this PR ensures that all Python files in sonic-utilities are Python 3-compliant, and work with both Python 2 and Python 3.

Once this is merged, we can begin building a Python 3-based version of the sonic-utilities package.
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

Successfully merging this pull request may close these issues.

3 participants