From 9532601587a9edc840d168cbd8986d7704bf7bc8 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Mon, 13 Apr 2020 16:01:34 -0300 Subject: [PATCH] topotest: enable bfd debugs on all BFD tests Lets attempt to get the most out of the debug messages. Signed-off-by: Rafael Zalamena --- tests/topotests/bfd-bgp-cbit-topo3/r1/bfdd.conf | 5 +++++ tests/topotests/bfd-bgp-cbit-topo3/r3/bfdd.conf | 5 +++++ tests/topotests/bfd-topo1/r1/bfdd.conf | 5 +++++ tests/topotests/bfd-topo1/r2/bfdd.conf | 5 +++++ tests/topotests/bfd-topo1/r3/bfdd.conf | 5 +++++ tests/topotests/bfd-topo1/r4/bfdd.conf | 5 +++++ tests/topotests/bfd-topo2/r1/bfdd.conf | 5 +++++ tests/topotests/bfd-topo2/r2/bfdd.conf | 5 +++++ tests/topotests/bfd-topo2/r3/bfdd.conf | 5 +++++ tests/topotests/bfd-topo2/r4/bfdd.conf | 5 +++++ tests/topotests/bfd-vrf-topo1/r1/bfdd.conf | 5 +++++ tests/topotests/bfd-vrf-topo1/r2/bfdd.conf | 5 +++++ tests/topotests/bfd-vrf-topo1/r3/bfdd.conf | 5 +++++ tests/topotests/bfd-vrf-topo1/r4/bfdd.conf | 5 +++++ 14 files changed, 70 insertions(+) create mode 100644 tests/topotests/bfd-bgp-cbit-topo3/r1/bfdd.conf create mode 100644 tests/topotests/bfd-bgp-cbit-topo3/r3/bfdd.conf create mode 100644 tests/topotests/bfd-topo2/r2/bfdd.conf create mode 100644 tests/topotests/bfd-topo2/r3/bfdd.conf diff --git a/tests/topotests/bfd-bgp-cbit-topo3/r1/bfdd.conf b/tests/topotests/bfd-bgp-cbit-topo3/r1/bfdd.conf new file mode 100644 index 0000000000..f35e772790 --- /dev/null +++ b/tests/topotests/bfd-bgp-cbit-topo3/r1/bfdd.conf @@ -0,0 +1,5 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! diff --git a/tests/topotests/bfd-bgp-cbit-topo3/r3/bfdd.conf b/tests/topotests/bfd-bgp-cbit-topo3/r3/bfdd.conf new file mode 100644 index 0000000000..f35e772790 --- /dev/null +++ b/tests/topotests/bfd-bgp-cbit-topo3/r3/bfdd.conf @@ -0,0 +1,5 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! diff --git a/tests/topotests/bfd-topo1/r1/bfdd.conf b/tests/topotests/bfd-topo1/r1/bfdd.conf index 131b01f0d9..4102000337 100644 --- a/tests/topotests/bfd-topo1/r1/bfdd.conf +++ b/tests/topotests/bfd-topo1/r1/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.0.2 echo-mode diff --git a/tests/topotests/bfd-topo1/r2/bfdd.conf b/tests/topotests/bfd-topo1/r2/bfdd.conf index cb4357172b..412450ca1e 100644 --- a/tests/topotests/bfd-topo1/r2/bfdd.conf +++ b/tests/topotests/bfd-topo1/r2/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.0.1 receive-interval 1000 diff --git a/tests/topotests/bfd-topo1/r3/bfdd.conf b/tests/topotests/bfd-topo1/r3/bfdd.conf index a5d38c8162..4cf20bb904 100644 --- a/tests/topotests/bfd-topo1/r3/bfdd.conf +++ b/tests/topotests/bfd-topo1/r3/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.1.2 echo-interval 100 diff --git a/tests/topotests/bfd-topo1/r4/bfdd.conf b/tests/topotests/bfd-topo1/r4/bfdd.conf index 029dfba355..34b88c9a35 100644 --- a/tests/topotests/bfd-topo1/r4/bfdd.conf +++ b/tests/topotests/bfd-topo1/r4/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.2.2 transmit-interval 2000 diff --git a/tests/topotests/bfd-topo2/r1/bfdd.conf b/tests/topotests/bfd-topo2/r1/bfdd.conf index 5c2571bdbd..f03135021e 100644 --- a/tests/topotests/bfd-topo2/r1/bfdd.conf +++ b/tests/topotests/bfd-topo2/r1/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 2001:db8:4::1 multihop local-address 2001:db8:1::1 no shutdown diff --git a/tests/topotests/bfd-topo2/r2/bfdd.conf b/tests/topotests/bfd-topo2/r2/bfdd.conf new file mode 100644 index 0000000000..f35e772790 --- /dev/null +++ b/tests/topotests/bfd-topo2/r2/bfdd.conf @@ -0,0 +1,5 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! diff --git a/tests/topotests/bfd-topo2/r3/bfdd.conf b/tests/topotests/bfd-topo2/r3/bfdd.conf new file mode 100644 index 0000000000..f35e772790 --- /dev/null +++ b/tests/topotests/bfd-topo2/r3/bfdd.conf @@ -0,0 +1,5 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! diff --git a/tests/topotests/bfd-topo2/r4/bfdd.conf b/tests/topotests/bfd-topo2/r4/bfdd.conf index fdb4412446..0173dc9be2 100644 --- a/tests/topotests/bfd-topo2/r4/bfdd.conf +++ b/tests/topotests/bfd-topo2/r4/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 2001:db8:1::1 multihop local-address 2001:db8:4::1 no shutdown diff --git a/tests/topotests/bfd-vrf-topo1/r1/bfdd.conf b/tests/topotests/bfd-vrf-topo1/r1/bfdd.conf index 3466e6a3ca..5e736a7fcc 100644 --- a/tests/topotests/bfd-vrf-topo1/r1/bfdd.conf +++ b/tests/topotests/bfd-vrf-topo1/r1/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.0.2 vrf r1-cust1 echo-mode diff --git a/tests/topotests/bfd-vrf-topo1/r2/bfdd.conf b/tests/topotests/bfd-vrf-topo1/r2/bfdd.conf index 3481ea8c87..94f502c7d9 100644 --- a/tests/topotests/bfd-vrf-topo1/r2/bfdd.conf +++ b/tests/topotests/bfd-vrf-topo1/r2/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.0.1 vrf r2-cust1 receive-interval 1000 diff --git a/tests/topotests/bfd-vrf-topo1/r3/bfdd.conf b/tests/topotests/bfd-vrf-topo1/r3/bfdd.conf index f6921b7818..76910ac927 100644 --- a/tests/topotests/bfd-vrf-topo1/r3/bfdd.conf +++ b/tests/topotests/bfd-vrf-topo1/r3/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.1.2 vrf r3-cust1 echo-interval 100 diff --git a/tests/topotests/bfd-vrf-topo1/r4/bfdd.conf b/tests/topotests/bfd-vrf-topo1/r4/bfdd.conf index a56a3a0d37..63d0da7805 100644 --- a/tests/topotests/bfd-vrf-topo1/r4/bfdd.conf +++ b/tests/topotests/bfd-vrf-topo1/r4/bfdd.conf @@ -1,3 +1,8 @@ +! +debug bfd network +debug bfd peer +debug bfd zebra +! bfd peer 192.168.2.2 vrf r4-cust1 transmit-interval 2000 -- 2.39.5