summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@users.noreply.github.com>2021-04-26 13:49:00 +0200
committerGitHub <noreply@github.com>2021-04-26 13:49:00 +0200
commitcd66038b984565cf7fccaf3880bc5028169610ae (patch)
tree58b953383d6623b2f289fdc23c523cff9ce5e2d7 /tests
parentMerge pull request #8526 from donaldsharp/sysctl_doc (diff)
parenttests: fix bfd-bgp-cbit-topo3 test (diff)
downloadfrr-cd66038b984565cf7fccaf3880bc5028169610ae.tar.xz
frr-cd66038b984565cf7fccaf3880bc5028169610ae.zip
Merge pull request #8555 from idryzhov/fix-bfd-test
tests: fix bfd-bgp-cbit-topo3 test
Diffstat (limited to 'tests')
-rw-r--r--tests/topotests/bfd-bgp-cbit-topo3/r1/peers_down.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/topotests/bfd-bgp-cbit-topo3/r1/peers_down.json b/tests/topotests/bfd-bgp-cbit-topo3/r1/peers_down.json
index c7c7b96ee..4984b52cf 100644
--- a/tests/topotests/bfd-bgp-cbit-topo3/r1/peers_down.json
+++ b/tests/topotests/bfd-bgp-cbit-topo3/r1/peers_down.json
@@ -3,13 +3,13 @@
"multihop":true,
"peer":"2001:db8:4::1",
"local":"2001:db8:1::1",
- "status":"up",
+ "status":"init",
"receive-interval":300,
"transmit-interval":300,
"echo-receive-interval":50,
"echo-transmit-interval":0,
- "remote-receive-interval":300,
- "remote-transmit-interval":300,
+ "remote-receive-interval":1000,
+ "remote-transmit-interval":1000,
"remote-echo-receive-interval":50
}
]