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

Minimize cross-module dependencies in test_vnet_vxlan.py. #14675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yutongzhang-microsoft
Copy link
Contributor

Description of PR

In the test_vnet_vxlan.py script, the TestWrArp class is imported from arp/test_wr_arp.py. To minimize cross-module dependencies, we have refactored this class and moved the shared functions to a common location.

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405

Approach

What is the motivation for this PR?

In the test_vnet_vxlan.py script, the TestWrArp class is imported from arp/test_wr_arp.py. To minimize cross-module dependencies, we have refactored this class and moved the shared functions to a common location.

How did you do it?

How did you verify/test it?

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

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.

2 participants