-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add verify_eigrp_interfaces_timers API to verify.py ios/iosxe eigrp protocol (my previous contribution) supporting EIGRPv4 and EIGRPv6 for IOS/IOSXE #161
Conversation
add mock for verify_eigrp_interfaces_timers
…verify_eigrp_interfaces_timers/mock_data/iosxe/test
Add test_api_verify_eigrp_interfaces_timers.py
Add verify_eigrp_interfaces_timers APIs for IOSXE/IOS EIGRP verify supporting ipv4 and ipv6 to my previous contribution verify.py
Add changelog_add_verify_eigrp_interfaces_timers_apis_202419041835
Hi @omehrabi, I would just like to point out that I took into consideration for this PR all your remarks from my previous contribution. Thank you |
Hi @omehrabi @domachad @Harishv01 can you please review my PR, I submitted it since 02 weeks. |
.../apis/tests/iosxe/eigrp/verify/verify_eigrp_interfaces_timers/mock_data/iosxe/mock_data.yaml
Outdated
Show resolved
Hide resolved
The change according to comments and suggestions
The change to add "show version | include operating mode: ''"
…verify_eigrp_interfaces_timers/mock_data/iosxe/mock_data.yaml
…verify_eigrp_interfaces_timers/mock_data/iosxe/tst
New with suggested modification
…verify_eigrp_interfaces_timers/mock_data/iosxe directory
…verify_eigrp_interfaces_timers/mock_data/iosxe/tst
…verify_eigrp_interfaces_timers/mock_data/iosxe/mock_data.yaml Co-authored-by: Douglas Monteiro <[email protected]>
New verify.py
I tried many times always test failed! |
…verify_eigrp_interfaces_timers/mock_data/iosxe directory
New mock_data
…verify_eigrp_interfaces_timers/mock_data/iosxe/test
New verify.py file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
@omehrabi @domachad @SohanTirpude @Harishv01 I think it is better to close this PR since always tests fail when I try to update my PR according to remarks and since there is no answer why from reviewers. Thanks |
…verify_eigrp_interfaces_timers directory
…imers_apis_202419041835.rst
Hello,
I added verify_eigrp_interfaces_timers API to verify.py (my previous contribution) for ios/iosxe eigrp protocol.
I added the tests folder verify_eigrp_interfaces_timers at pkgs/sdk-pkg/src/genie/libs/sdk/apis/tests/iosxe/eigrp/verify
I added the changelog_add_verify_eigrp_interfaces_timers_apis_202419041835 file at pkgs/sdk-pkg/changelog folder
Thank you for reviewing my contribution