Commit 256598d
committed
Fix: OSPF "passive interface" tests have to reset OSPF on probes first
The OSPF "passive interface" tests rely on one of the probes not having
an OSPF neighbor. With the new FRR configuration process, FRR gets
ready way before the tested device and remembers any brain fart the
tested device makes. Clearing the OSPF process before starting the test
ensures a clean slate.1 parent 00ddbed commit 256598d
File tree
2 files changed
+9
-3
lines changed- tests/integration/ospf
- ospfv2
- ospfv3
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments