Commit 85fa52c
authored
Fix BGP route deletion and enable rdb tests in CI (#399)
* Fix BGP route deletion
The closure in remove_bgp_prefixes() was incorrectly returning false
when Path.bgp was None. This caused static route paths to be
incorrectly deleted during BGP path deletion.
Signed-off-by: Trey Aspelund <[email protected]>
* Enable rdb tests in CI
Signed-off-by: Trey Aspelund <[email protected]>
* Update test db/log filepath
Move db/log out of a subdirectory to align with bgp tests, so
buildomat scripts are happy and consistent.
Signed-off-by: Trey Aspelund <[email protected]>
---------
Signed-off-by: Trey Aspelund <[email protected]>1 parent 985a9fb commit 85fa52c
2 files changed
+29
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
782 | | - | |
783 | | - | |
| 782 | + | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| |||
0 commit comments