Nilashish Chakraborty
Nilashish Chakraborty
@loganbest The integration tests are consistently failing for following test case: - https://github.com/ansible-collections/cisco.nxos/blob/main/tests/integration/targets/nxos_vpc/tests/common/sanity.yaml#L139-L144 (no layer3 peer-router\r\r\nERROR: Please enable peer-gateway before configuring this feature\r\n\rnxos-9kv-I5(config-vpc-domain)#)
@loganbest The integration test jobs for NX-OS are set to non-voting because of random flakiness in our CI. You must have noticed that all the *-scenario03 jobs have failed. That...
> hi, is there any issue with this PR now? Yes, the issue I specified in my previous comment needs to be addressed before we can merge this PR.
@zendritic This has recently been fixed as a part of https://github.com/ansible-collections/cisco.nxos/pull/543. But a collection release hasn't been made with this patch yet. If you pull the latest changes from this...
@zendritic The v3.1.1 of cisco.nxos collection has been released. This will have the required fix for this issue. Hence, I'm closing this issue. Thank you!
@feisa I haven't been able to reproduce this issue. Looks like the `ip pim hello-interval` command might be rendered differently in your case for the failing Ethernet interfaces (1/39, 1/40)....
A temporary fix for this issue has been pushed here: https://github.com/ansible-collections/cisco.nxos/pull/317. This will prevent the traceback and will allow existing options to work. Full support for BFD will require a...
recheck