Fixed link and code issue in the test#5386
Fixed link and code issue in the test#5386keysightgems wants to merge 4 commits intoopenconfig:mainfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the MPLS-over-UDP tunnel hashing test to improve stability and maintainability. The changes primarily focus on refining the testbed configuration, standardizing gRIBI client handling, and optimizing the ARP resolution process during test setup. These adjustments ensure the test environment is correctly provisioned and that resources are managed more reliably throughout the test lifecycle. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the MPLS over UDP tunnel hashing test to utilize a 4-link testbed and refactors gRIBI client initialization and cleanup using a helper function and t.Cleanup. Additionally, it replaces manual ARP waiting with cfgplugins calls and simplifies entry cleanup via FlushAll. The review identifies that errors from the new ARP resolution functions are currently ignored and should be handled with t.Fatalf to prevent misleading test results.
Readme Location: https://github.com/open-traffic-generator/featureprofiles/blob/main/feature/gribi/mpls_in_udp/otg_tests/mpls_over_udp_tunnel_hashing_test/README.md
Attached logs here: https://partnerissuetracker.corp.google.com/u/2/issues/415458482