RT-1.15: Enhance addpath scale test with additional port descriptions and BGP session verification#5050
RT-1.15: Enhance addpath scale test with additional port descriptions and BGP session verification#5050karthikeya-remilla wants to merge 1 commit intoopenconfig:mainfrom
Conversation
…session verification
Summary of ChangesHello @karthikeya-remilla, 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 enhances the addpath scale test by adding port descriptions, BGP session verification, and increased ARP wait times. These changes aim to improve the reliability and debuggability of the test, addressing issues encountered with IXIA. Highlights
Changelog
Activity
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. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces several changes. My review focuses on fixing a critical typo in metadata.textproto and removing commented-out code for better maintainability. The use of time.Sleep in OTG tests is considered an acceptable practice for consistency with existing implementations, as per repository rules, therefore comments suggesting its removal have been dropped. The other changes, such as adding WaitForARP calls, are reasonable for debugging purposes.
| @@ -1,4 +1,4 @@ | |||
| # proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto | |||
| g# proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto | |||
There was a problem hiding this comment.
There appears to be a stray 'g' character at the beginning of this line. This typo will likely cause parsing errors and should be removed.
| g# proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto | |
| # proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto |
| // // time.Sleep(1 * time.Minute) | ||
| // otgutils.WaitForARP(t, ate.OTG(), top, "IPv4") | ||
| // otgutils.WaitForARP(t, ate.OTG(), top, "IPv6") |
Pull Request Test Coverage Report for Build 21671254295Details
💛 - Coveralls |
draft code for debugging IXIA issues for RT-1.15
Facing these errors:
I0204 17:46:48.943748 14738 gnmi.go:285] Received gNMI SyncResponse.
arp.go:29: Did not receive OTG Neighbor entry for interface port1.Eth, last got:
--- FAIL: TestAddPathScale (144.10s)