RT-1.30: Added deviation bgp_rib_oc_path_unsupported and updated script to delete the policy applied in bgp
- Script is currently replacing the policy without deleting the policy reference in import/export in BGP. Updated script to delete the policy-reference while deleting the routing-policy.
- Also added deviation bgp_rib_oc_path_unsupported.
Pull Request Functional Test Report for #2922 / 59c682b3523b775330090a0d120254c5f8189419
Virtual Devices
| Device | Test | Test Documentation | Job | Raw Log |
|---|---|---|---|---|
| Arista cEOS | RT-1.30: BGP nested import/export policy attachment |
|||
| Cisco 8000E | RT-1.30: BGP nested import/export policy attachment |
|||
| Cisco XRd | RT-1.30: BGP nested import/export policy attachment |
|||
| Juniper ncPTX | RT-1.30: BGP nested import/export policy attachment |
|||
| Nokia SR Linux | RT-1.30: BGP nested import/export policy attachment |
|||
| Openconfig Lemming | RT-1.30: BGP nested import/export policy attachment |
Hardware Devices
| Device | Test | Test Documentation | Raw Log |
|---|---|---|---|
| Arista 7808 | RT-1.30: BGP nested import/export policy attachment |
||
| Cisco 8808 | RT-1.30: BGP nested import/export policy attachment |
||
| Juniper PTX10008 | RT-1.30: BGP nested import/export policy attachment |
||
| Nokia 7250 IXR-10e | RT-1.30: BGP nested import/export policy attachment |
Pull Request Test Coverage Report for Build 10542418939
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 55.252%
| Totals | |
|---|---|
| Change from base Build 10502075457: | 0.0% |
| Covered Lines: | 1983 |
| Relevant Lines: | 3589 |
💛 - Coveralls
@mohanasm If I understand correctly, we are dropping the polices at the end of each subtest.
How about we drop the policies at the start of each subtest without any condition, then run the subtest without any "set"/"delete" operation? Please help me understand if I'm missing something here.
@mohanasm If I understand correctly, we are dropping the polices at the end of each subtest.
How about we drop the policies at the start of each subtest without any condition, then run the subtest without any "set"/"delete" operation? Please help me understand if I'm missing something here.
Included code to set and delete configurations for each subtest case to ensure that only the necessary configurations are applied for each sub-test case without causing conflicts. This led to multiple if-else conditions, so the code has been modified to remove the previous subtest configuration at the start of each sub-test case.