summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_flood_reduction.py
AgeCommit message (Collapse)Author
2024-06-17tests: Avoid importing unused modulesY Bharath
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
2024-04-27tests: Apply black formatting for all tests/topotestsDonatas Abraitis
It's just annoying when the linter tells to apply the formatting for the code you didn't touch. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2023-02-13tests: Added ospfv2 flood reduction topotest changes.Manoj Naragund
Have added topotest to verify below scenarios. 1. Verify OSPF Flood reduction functionality with ospf enabled on process level. 2. Verify OSPF Flood reduction functionality with ospf enabled on area level. 3. Verify OSPF Flood reduction functionality between different area's Have sussessfully tested these in my local setup Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>