featureprofiles icon indicating copy to clipboard operation
featureprofiles copied to clipboard

RT-1.30: Added deviation bgp_rib_oc_path_unsupported and updated script to delete the policy applied in bgp

Open mohanasm opened this issue 1 year ago • 2 comments

  1. 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.
  2. Also added deviation bgp_rib_oc_path_unsupported.

mohanasm avatar Apr 24 '24 23:04 mohanasm

Pull Request Functional Test Report for #2922 / 59c682b3523b775330090a0d120254c5f8189419

Virtual Devices

Device Test Test Documentation Job Raw Log
Arista cEOS status
RT-1.30: BGP nested import/export policy attachment
Cisco 8000E status
RT-1.30: BGP nested import/export policy attachment
Cisco XRd status
RT-1.30: BGP nested import/export policy attachment
Juniper ncPTX status
RT-1.30: BGP nested import/export policy attachment
Nokia SR Linux status
RT-1.30: BGP nested import/export policy attachment
Openconfig Lemming status
RT-1.30: BGP nested import/export policy attachment

Hardware Devices

Device Test Test Documentation Raw Log
Arista 7808 status
RT-1.30: BGP nested import/export policy attachment
Cisco 8808 status
RT-1.30: BGP nested import/export policy attachment
Juniper PTX10008 status
RT-1.30: BGP nested import/export policy attachment
Nokia 7250 IXR-10e status
RT-1.30: BGP nested import/export policy attachment

Help

OpenConfigBot avatar Apr 24 '24 23:04 OpenConfigBot

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 Coverage Status
Change from base Build 10502075457: 0.0%
Covered Lines: 1983
Relevant Lines: 3589

💛 - Coveralls

coveralls avatar Apr 24 '24 23:04 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.

self-maurya avatar Aug 21 '24 10:08 self-maurya

@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.

mohanasm avatar Aug 25 '24 00:08 mohanasm