summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-09-05 10:09:34 -0400
committerGitHub <noreply@github.com>2021-09-05 10:09:34 -0400
commit89084fc30f80410317b89fdaf554b149ade6695f (patch)
tree04c111dbe5ba69e5d5a0bb35337807f76344e3d4
parent5653bb515c97119661f37c6571de0164a2274744 (diff)
parentb668944766fa705fffffea4b4e9891ceeea81930 (diff)
Merge pull request #9567 from LabNConsulting/chopps/bgp-auth-speedup
tests: speed up bgp_auth test (24m -> 12m)
-rw-r--r--tests/topotests/bgp_auth/R1/bgpd.conf4
-rw-r--r--tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf8
-rw-r--r--tests/topotests/bgp_auth/R1/bgpd_vrf.conf4
-rw-r--r--tests/topotests/bgp_auth/R1/empty.conf0
-rw-r--r--tests/topotests/bgp_auth/R1/ospfd.conf20
-rw-r--r--tests/topotests/bgp_auth/R1/ospfd_multi_vrf.conf19
-rw-r--r--tests/topotests/bgp_auth/R1/ospfd_vrf.conf18
-rw-r--r--tests/topotests/bgp_auth/R2/bgpd.conf4
-rw-r--r--tests/topotests/bgp_auth/R2/bgpd_multi_vrf.conf8
-rw-r--r--tests/topotests/bgp_auth/R2/bgpd_multi_vrf_prefix.conf8
-rw-r--r--tests/topotests/bgp_auth/R2/bgpd_prefix.conf4
-rw-r--r--tests/topotests/bgp_auth/R2/bgpd_vrf.conf4
-rw-r--r--tests/topotests/bgp_auth/R2/bgpd_vrf_prefix.conf4
-rw-r--r--tests/topotests/bgp_auth/R2/empty.conf0
-rw-r--r--tests/topotests/bgp_auth/R2/ospfd.conf18
-rw-r--r--tests/topotests/bgp_auth/R2/ospfd_multi_vrf.conf19
-rw-r--r--tests/topotests/bgp_auth/R2/ospfd_vrf.conf18
-rw-r--r--tests/topotests/bgp_auth/R3/bgpd.conf4
-rw-r--r--tests/topotests/bgp_auth/R3/bgpd_multi_vrf.conf8
-rw-r--r--tests/topotests/bgp_auth/R3/bgpd_multi_vrf_prefix.conf8
-rw-r--r--tests/topotests/bgp_auth/R3/bgpd_prefix.conf4
-rw-r--r--tests/topotests/bgp_auth/R3/bgpd_vrf.conf4
-rw-r--r--tests/topotests/bgp_auth/R3/bgpd_vrf_prefix.conf4
-rw-r--r--tests/topotests/bgp_auth/R3/empty.conf0
-rw-r--r--tests/topotests/bgp_auth/R3/ospfd.conf18
-rw-r--r--tests/topotests/bgp_auth/R3/ospfd_multi_vrf.conf19
-rw-r--r--tests/topotests/bgp_auth/R3/ospfd_vrf.conf18
-rw-r--r--tests/topotests/bgp_auth/test_bgp_auth.py335
28 files changed, 382 insertions, 200 deletions
diff --git a/tests/topotests/bgp_auth/R1/bgpd.conf b/tests/topotests/bgp_auth/R1/bgpd.conf
index 1cb26c6537..310841faec 100644
--- a/tests/topotests/bgp_auth/R1/bgpd.conf
+++ b/tests/topotests/bgp_auth/R1/bgpd.conf
@@ -6,13 +6,13 @@ router bgp 65001
neighbor 2.2.2.2 ebgp-multihop 3
neighbor 2.2.2.2 password hello1
neighbor 2.2.2.2 timers 3 10
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 password hello2
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
address-family ipv4 unicast
neighbor 2.2.2.2 activate
neighbor 3.3.3.3 activate
diff --git a/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf b/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf
index dde3c090b5..071b559462 100644
--- a/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf
+++ b/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf
@@ -7,13 +7,13 @@ router bgp 65001 vrf blue
neighbor 2.2.2.2 update-source lo1
neighbor 2.2.2.2 ebgp-multihop 3
neighbor 2.2.2.2 timers 3 10
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 password blue1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo1
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password blue2
address-family ipv4 unicast
neighbor 2.2.2.2 activate
@@ -26,13 +26,13 @@ router bgp 65001 vrf red
neighbor 2.2.2.2 update-source lo2
neighbor 2.2.2.2 ebgp-multihop 3
neighbor 2.2.2.2 timers 3 10
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 password red1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo2
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password red2
address-family ipv4 unicast
neighbor 2.2.2.2 activate
diff --git a/tests/topotests/bgp_auth/R1/bgpd_vrf.conf b/tests/topotests/bgp_auth/R1/bgpd_vrf.conf
index 781f906d3a..fc0ae53b11 100644
--- a/tests/topotests/bgp_auth/R1/bgpd_vrf.conf
+++ b/tests/topotests/bgp_auth/R1/bgpd_vrf.conf
@@ -7,13 +7,13 @@ router bgp 65001 vrf blue
neighbor 2.2.2.2 update-source lo1
neighbor 2.2.2.2 ebgp-multihop 3
neighbor 2.2.2.2 timers 3 10
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 password hello1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo1
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password hello2
address-family ipv4 unicast
neighbor 2.2.2.2 activate
diff --git a/tests/topotests/bgp_auth/R1/empty.conf b/tests/topotests/bgp_auth/R1/empty.conf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/topotests/bgp_auth/R1/empty.conf
diff --git a/tests/topotests/bgp_auth/R1/ospfd.conf b/tests/topotests/bgp_auth/R1/ospfd.conf
index 79eb0e33da..b28dd59e5a 100644
--- a/tests/topotests/bgp_auth/R1/ospfd.conf
+++ b/tests/topotests/bgp_auth/R1/ospfd.conf
@@ -1,4 +1,22 @@
+interface R1-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf
network 10.10.0.0/16 area 0
network 10.20.0.0/16 area 0
- network 1.1.1.1/32 area 0
+ network 1.1.1.1/32 area 0 \ No newline at end of file
diff --git a/tests/topotests/bgp_auth/R1/ospfd_multi_vrf.conf b/tests/topotests/bgp_auth/R1/ospfd_multi_vrf.conf
index e2a28000b8..b64bec8955 100644
--- a/tests/topotests/bgp_auth/R1/ospfd_multi_vrf.conf
+++ b/tests/topotests/bgp_auth/R1/ospfd_multi_vrf.conf
@@ -1,8 +1,25 @@
+interface R1-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf vrf blue
network 10.10.0.0/16 area 0
network 10.20.0.0/16 area 0
network 1.1.1.1/32 area 0
-
router ospf vrf red
network 10.10.0.0/16 area 0
network 10.20.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/R1/ospfd_vrf.conf b/tests/topotests/bgp_auth/R1/ospfd_vrf.conf
index 0b7fbae8c4..deaf53d54a 100644
--- a/tests/topotests/bgp_auth/R1/ospfd_vrf.conf
+++ b/tests/topotests/bgp_auth/R1/ospfd_vrf.conf
@@ -1,3 +1,21 @@
+interface R1-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R1-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf vrf blue
network 10.10.0.0/16 area 0
network 10.20.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/R2/bgpd.conf b/tests/topotests/bgp_auth/R2/bgpd.conf
index fa2a570ef9..2149c05c5a 100644
--- a/tests/topotests/bgp_auth/R2/bgpd.conf
+++ b/tests/topotests/bgp_auth/R2/bgpd.conf
@@ -5,13 +5,13 @@ router bgp 65002
neighbor 1.1.1.1 update-source lo
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password hello3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
diff --git a/tests/topotests/bgp_auth/R2/bgpd_multi_vrf.conf b/tests/topotests/bgp_auth/R2/bgpd_multi_vrf.conf
index d5f70edf68..af88fe1a9a 100644
--- a/tests/topotests/bgp_auth/R2/bgpd_multi_vrf.conf
+++ b/tests/topotests/bgp_auth/R2/bgpd_multi_vrf.conf
@@ -5,13 +5,13 @@ router bgp 65002 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password blue1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo1
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password blue3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
@@ -24,13 +24,13 @@ router bgp 65002 vrf red
neighbor 1.1.1.1 update-source lo2
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password red1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo2
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password red3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
diff --git a/tests/topotests/bgp_auth/R2/bgpd_multi_vrf_prefix.conf b/tests/topotests/bgp_auth/R2/bgpd_multi_vrf_prefix.conf
index d5f70edf68..af88fe1a9a 100644
--- a/tests/topotests/bgp_auth/R2/bgpd_multi_vrf_prefix.conf
+++ b/tests/topotests/bgp_auth/R2/bgpd_multi_vrf_prefix.conf
@@ -5,13 +5,13 @@ router bgp 65002 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password blue1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo1
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password blue3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
@@ -24,13 +24,13 @@ router bgp 65002 vrf red
neighbor 1.1.1.1 update-source lo2
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password red1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo2
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password red3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
diff --git a/tests/topotests/bgp_auth/R2/bgpd_prefix.conf b/tests/topotests/bgp_auth/R2/bgpd_prefix.conf
index fa2a570ef9..2149c05c5a 100644
--- a/tests/topotests/bgp_auth/R2/bgpd_prefix.conf
+++ b/tests/topotests/bgp_auth/R2/bgpd_prefix.conf
@@ -5,13 +5,13 @@ router bgp 65002
neighbor 1.1.1.1 update-source lo
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password hello3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
diff --git a/tests/topotests/bgp_auth/R2/bgpd_vrf.conf b/tests/topotests/bgp_auth/R2/bgpd_vrf.conf
index d1f3847420..03cadb3004 100644
--- a/tests/topotests/bgp_auth/R2/bgpd_vrf.conf
+++ b/tests/topotests/bgp_auth/R2/bgpd_vrf.conf
@@ -5,13 +5,13 @@ router bgp 65002 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo1
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password hello3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
diff --git a/tests/topotests/bgp_auth/R2/bgpd_vrf_prefix.conf b/tests/topotests/bgp_auth/R2/bgpd_vrf_prefix.conf
index d1f3847420..03cadb3004 100644
--- a/tests/topotests/bgp_auth/R2/bgpd_vrf_prefix.conf
+++ b/tests/topotests/bgp_auth/R2/bgpd_vrf_prefix.conf
@@ -5,13 +5,13 @@ router bgp 65002 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello1
neighbor 3.3.3.3 remote-as 65003
neighbor 3.3.3.3 update-source lo1
neighbor 3.3.3.3 ebgp-multihop 3
neighbor 3.3.3.3 timers 3 10
- neighbor 3.3.3.3 timers connect 10
+ neighbor 3.3.3.3 timers connect 5
neighbor 3.3.3.3 password hello3
address-family ipv4 unicast
neighbor 1.1.1.1 activate
diff --git a/tests/topotests/bgp_auth/R2/empty.conf b/tests/topotests/bgp_auth/R2/empty.conf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/topotests/bgp_auth/R2/empty.conf
diff --git a/tests/topotests/bgp_auth/R2/ospfd.conf b/tests/topotests/bgp_auth/R2/ospfd.conf
index 028b546a0c..78e78d66a2 100644
--- a/tests/topotests/bgp_auth/R2/ospfd.conf
+++ b/tests/topotests/bgp_auth/R2/ospfd.conf
@@ -1,3 +1,21 @@
+interface R2-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf
network 10.10.0.0/16 area 0
network 10.30.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/R2/ospfd_multi_vrf.conf b/tests/topotests/bgp_auth/R2/ospfd_multi_vrf.conf
index a05dfb8e41..81eb5d6a14 100644
--- a/tests/topotests/bgp_auth/R2/ospfd_multi_vrf.conf
+++ b/tests/topotests/bgp_auth/R2/ospfd_multi_vrf.conf
@@ -1,8 +1,25 @@
+interface R2-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf vrf blue
network 10.10.0.0/16 area 0
network 10.30.0.0/16 area 0
network 2.2.2.2/32 area 0
-
router ospf vrf red
network 10.10.0.0/16 area 0
network 10.30.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/R2/ospfd_vrf.conf b/tests/topotests/bgp_auth/R2/ospfd_vrf.conf
index b198d352e2..673d103647 100644
--- a/tests/topotests/bgp_auth/R2/ospfd_vrf.conf
+++ b/tests/topotests/bgp_auth/R2/ospfd_vrf.conf
@@ -1,3 +1,21 @@
+interface R2-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R2-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf vrf blue
network 10.10.0.0/16 area 0
network 10.30.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/R3/bgpd.conf b/tests/topotests/bgp_auth/R3/bgpd.conf
index deccfd418b..ca9b83889b 100644
--- a/tests/topotests/bgp_auth/R3/bgpd.conf
+++ b/tests/topotests/bgp_auth/R3/bgpd.conf
@@ -5,12 +5,12 @@ router bgp 65003
neighbor 1.1.1.1 update-source lo
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password hello3
address-family ipv4 unicast
diff --git a/tests/topotests/bgp_auth/R3/bgpd_multi_vrf.conf b/tests/topotests/bgp_auth/R3/bgpd_multi_vrf.conf
index fe3e64d8d5..81d02992b0 100644
--- a/tests/topotests/bgp_auth/R3/bgpd_multi_vrf.conf
+++ b/tests/topotests/bgp_auth/R3/bgpd_multi_vrf.conf
@@ -5,12 +5,12 @@ router bgp 65003 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password blue2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo1
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password blue3
address-family ipv4 unicast
@@ -24,12 +24,12 @@ router bgp 65003 vrf red
neighbor 1.1.1.1 update-source lo2
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password red2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo2
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password red3
address-family ipv4 unicast
diff --git a/tests/topotests/bgp_auth/R3/bgpd_multi_vrf_prefix.conf b/tests/topotests/bgp_auth/R3/bgpd_multi_vrf_prefix.conf
index fe3e64d8d5..81d02992b0 100644
--- a/tests/topotests/bgp_auth/R3/bgpd_multi_vrf_prefix.conf
+++ b/tests/topotests/bgp_auth/R3/bgpd_multi_vrf_prefix.conf
@@ -5,12 +5,12 @@ router bgp 65003 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password blue2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo1
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password blue3
address-family ipv4 unicast
@@ -24,12 +24,12 @@ router bgp 65003 vrf red
neighbor 1.1.1.1 update-source lo2
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password red2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo2
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password red3
address-family ipv4 unicast
diff --git a/tests/topotests/bgp_auth/R3/bgpd_prefix.conf b/tests/topotests/bgp_auth/R3/bgpd_prefix.conf
index deccfd418b..ca9b83889b 100644
--- a/tests/topotests/bgp_auth/R3/bgpd_prefix.conf
+++ b/tests/topotests/bgp_auth/R3/bgpd_prefix.conf
@@ -5,12 +5,12 @@ router bgp 65003
neighbor 1.1.1.1 update-source lo
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password hello3
address-family ipv4 unicast
diff --git a/tests/topotests/bgp_auth/R3/bgpd_vrf.conf b/tests/topotests/bgp_auth/R3/bgpd_vrf.conf
index c109aa801b..f8323e0047 100644
--- a/tests/topotests/bgp_auth/R3/bgpd_vrf.conf
+++ b/tests/topotests/bgp_auth/R3/bgpd_vrf.conf
@@ -5,12 +5,12 @@ router bgp 65003 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo1
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password hello3
address-family ipv4 unicast
diff --git a/tests/topotests/bgp_auth/R3/bgpd_vrf_prefix.conf b/tests/topotests/bgp_auth/R3/bgpd_vrf_prefix.conf
index c109aa801b..f8323e0047 100644
--- a/tests/topotests/bgp_auth/R3/bgpd_vrf_prefix.conf
+++ b/tests/topotests/bgp_auth/R3/bgpd_vrf_prefix.conf
@@ -5,12 +5,12 @@ router bgp 65003 vrf blue
neighbor 1.1.1.1 update-source lo1
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 timers 3 10
- neighbor 1.1.1.1 timers connect 10
+ neighbor 1.1.1.1 timers connect 5
neighbor 1.1.1.1 password hello2
neighbor 2.2.2.2 remote-as 65002
neighbor 2.2.2.2 update-source lo1
neighbor 2.2.2.2 ebgp-multihop 3
- neighbor 2.2.2.2 timers connect 10
+ neighbor 2.2.2.2 timers connect 5
neighbor 2.2.2.2 timers 3 10
neighbor 2.2.2.2 password hello3
address-family ipv4 unicast
diff --git a/tests/topotests/bgp_auth/R3/empty.conf b/tests/topotests/bgp_auth/R3/empty.conf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/topotests/bgp_auth/R3/empty.conf
diff --git a/tests/topotests/bgp_auth/R3/ospfd.conf b/tests/topotests/bgp_auth/R3/ospfd.conf
index 0f0a2e926a..befeadb995 100644
--- a/tests/topotests/bgp_auth/R3/ospfd.conf
+++ b/tests/topotests/bgp_auth/R3/ospfd.conf
@@ -1,3 +1,21 @@
+interface R3-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf
network 10.20.0.0/16 area 0
network 10.30.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/R3/ospfd_multi_vrf.conf b/tests/topotests/bgp_auth/R3/ospfd_multi_vrf.conf
index f32d2a8423..2b2abc6c21 100644
--- a/tests/topotests/bgp_auth/R3/ospfd_multi_vrf.conf
+++ b/tests/topotests/bgp_auth/R3/ospfd_multi_vrf.conf
@@ -1,8 +1,25 @@
+interface R3-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf vrf blue
network 10.20.0.0/16 area 0
network 10.30.0.0/16 area 0
network 3.3.3.3/32 area 0
-!
router ospf vrf red
network 10.20.0.0/16 area 0
network 10.30.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/R3/ospfd_vrf.conf b/tests/topotests/bgp_auth/R3/ospfd_vrf.conf
index 6465b635aa..392d17ab66 100644
--- a/tests/topotests/bgp_auth/R3/ospfd_vrf.conf
+++ b/tests/topotests/bgp_auth/R3/ospfd_vrf.conf
@@ -1,3 +1,21 @@
+interface R3-eth0
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth1
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth2
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth3
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth4
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
+interface R3-eth5
+ ip ospf dead-interval 4
+ ip ospf hello-interval 1
router ospf vrf blue
network 10.20.0.0/16 area 0
network 10.30.0.0/16 area 0
diff --git a/tests/topotests/bgp_auth/test_bgp_auth.py b/tests/topotests/bgp_auth/test_bgp_auth.py
index 7b7a576f24..f32bc49f58 100644
--- a/tests/topotests/bgp_auth/test_bgp_auth.py
+++ b/tests/topotests/bgp_auth/test_bgp_auth.py
@@ -57,17 +57,41 @@ sys.path.append(os.path.join(CWD, "../"))
# pylint: disable=C0413
# Import topogen and topotest helpers
+from lib import common_config
from lib import topotest
from lib.topogen import Topogen, TopoRouter, get_topogen
-
-# Required to instantiate the topology builder class.
-
+from lib.common_config import (
+ FRRCFG_FILE,
+ FRRCFG_BKUP_FILE,
+ load_config_to_routers,
+ reset_config_on_routers,
+)
ERROR_LIST = ["Malformed", "Failure", "Unknown", "Incomplete"]
pytestmark = [pytest.mark.bgpd, pytest.mark.ospfd]
+def reload_new_configs(tgen, *cflist):
+ reset_config_on_routers(tgen)
+
+ routers = tgen.routers()
+ for rname, router in routers.items():
+ destname = "{}/{}/{}".format(tgen.logdir, rname, FRRCFG_FILE)
+ wmode="w"
+ for cfbase in cflist:
+ confname = os.path.join(CWD, "{}/{}".format(rname, cfbase))
+ with open(confname, "r") as cf:
+ with open(destname, wmode) as df:
+ df.write(cf.read())
+ wmode="a"
+
+ # import pdb
+ # pdb.set_trace()
+ common_config.ROUTER_LIST = routers
+ load_config_to_routers(tgen, routers, save_bkup=False)
+
+
class InvalidCLIError(Exception):
"""Raise when the CLI command is wrong"""
@@ -79,49 +103,23 @@ def build_topo(tgen):
tgen.add_router("R3")
# R1-R2 1
- switch = tgen.add_switch("s1")
- switch.add_link(tgen.gears["R1"])
- switch.add_link(tgen.gears["R2"])
-
+ tgen.add_link(tgen.gears["R1"], tgen.gears["R2"])
# R1-R3 1
- switch = tgen.add_switch("s2")
- switch.add_link(tgen.gears["R1"])
- switch.add_link(tgen.gears["R3"])
-
+ tgen.add_link(tgen.gears["R1"], tgen.gears["R3"])
# R2-R3 1
- switch = tgen.add_switch("s3")
- switch.add_link(tgen.gears["R2"])
- switch.add_link(tgen.gears["R3"])
-
+ tgen.add_link(tgen.gears["R2"], tgen.gears["R3"])
# R1-R2 2
- switch = tgen.add_switch("s4")
- switch.add_link(tgen.gears["R1"])
- switch.add_link(tgen.gears["R2"])
-
+ tgen.add_link(tgen.gears["R1"], tgen.gears["R2"])
# R1-R3 2
- switch = tgen.add_switch("s5")
- switch.add_link(tgen.gears["R1"])
- switch.add_link(tgen.gears["R3"])
-
+ tgen.add_link(tgen.gears["R1"], tgen.gears["R3"])
# R2-R3 2
- switch = tgen.add_switch("s6")
- switch.add_link(tgen.gears["R2"])
- switch.add_link(tgen.gears["R3"])
-
+ tgen.add_link(tgen.gears["R2"], tgen.gears["R3"])
# R1-R2 3
- switch = tgen.add_switch("s7")
- switch.add_link(tgen.gears["R1"])
- switch.add_link(tgen.gears["R2"])
-
+ tgen.add_link(tgen.gears["R1"], tgen.gears["R2"])
# R1-R3 2
- switch = tgen.add_switch("s8")
- switch.add_link(tgen.gears["R1"])
- switch.add_link(tgen.gears["R3"])
-
+ tgen.add_link(tgen.gears["R1"], tgen.gears["R3"])
# R2-R3 2
- switch = tgen.add_switch("s9")
- switch.add_link(tgen.gears["R2"])
- switch.add_link(tgen.gears["R3"])
+ tgen.add_link(tgen.gears["R2"], tgen.gears["R3"])
def setup_module(mod):
@@ -136,68 +134,68 @@ def setup_module(mod):
r3 = tgen.gears["R3"]
# blue vrf
- r1.run("ip link add blue type vrf table 1001")
- r1.run("ip link set up dev blue")
- r2.run("ip link add blue type vrf table 1001")
- r2.run("ip link set up dev blue")
- r3.run("ip link add blue type vrf table 1001")
- r3.run("ip link set up dev blue")
-
- r1.run("ip link add lo1 type dummy")
- r1.run("ip link set lo1 master blue")
- r1.run("ip link set up dev lo1")
- r2.run("ip link add lo1 type dummy")
- r2.run("ip link set up dev lo1")
- r2.run("ip link set lo1 master blue")
- r3.run("ip link add lo1 type dummy")
- r3.run("ip link set up dev lo1")
- r3.run("ip link set lo1 master blue")
-
- r1.run("ip link set R1-eth2 master blue")
- r1.run("ip link set R1-eth3 master blue")
- r2.run("ip link set R2-eth2 master blue")
- r2.run("ip link set R2-eth3 master blue")
- r3.run("ip link set R3-eth2 master blue")
- r3.run("ip link set R3-eth3 master blue")
-
- r1.run("ip link set up dev R1-eth2")
- r1.run("ip link set up dev R1-eth3")
- r2.run("ip link set up dev R2-eth2")
- r2.run("ip link set up dev R2-eth3")
- r3.run("ip link set up dev R3-eth2")
- r3.run("ip link set up dev R3-eth3")
+ r1.cmd_raises("ip link add blue type vrf table 1001")
+ r1.cmd_raises("ip link set up dev blue")
+ r2.cmd_raises("ip link add blue type vrf table 1001")
+ r2.cmd_raises("ip link set up dev blue")
+ r3.cmd_raises("ip link add blue type vrf table 1001")
+ r3.cmd_raises("ip link set up dev blue")
+
+ r1.cmd_raises("ip link add lo1 type dummy")
+ r1.cmd_raises("ip link set lo1 master blue")
+ r1.cmd_raises("ip link set up dev lo1")
+ r2.cmd_raises("ip link add lo1 type dummy")
+ r2.cmd_raises("ip link set up dev lo1")
+ r2.cmd_raises("ip link set lo1 master blue")
+ r3.cmd_raises("ip link add lo1 type dummy")
+ r3.cmd_raises("ip link set up dev lo1")
+ r3.cmd_raises("ip link set lo1 master blue")
+
+ r1.cmd_raises("ip link set R1-eth2 master blue")
+ r1.cmd_raises("ip link set R1-eth3 master blue")
+ r2.cmd_raises("ip link set R2-eth2 master blue")
+ r2.cmd_raises("ip link set R2-eth3 master blue")
+ r3.cmd_raises("ip link set R3-eth2 master blue")
+ r3.cmd_raises("ip link set R3-eth3 master blue")
+
+ r1.cmd_raises("ip link set up dev R1-eth2")
+ r1.cmd_raises("ip link set up dev R1-eth3")
+ r2.cmd_raises("ip link set up dev R2-eth2")
+ r2.cmd_raises("ip link set up dev R2-eth3")
+ r3.cmd_raises("ip link set up dev R3-eth2")
+ r3.cmd_raises("ip link set up dev R3-eth3")
# red vrf
- r1.run("ip link add red type vrf table 1002")
- r1.run("ip link set up dev red")
- r2.run("ip link add red type vrf table 1002")
- r2.run("ip link set up dev red")
- r3.run("ip link add red type vrf table 1002")
- r3.run("ip link set up dev red")
-
- r1.run("ip link add lo2 type dummy")
- r1.run("ip link set lo2 master red")
- r1.run("ip link set up dev lo2")
- r2.run("ip link add lo2 type dummy")
- r2.run("ip link set up dev lo2")
- r2.run("ip link set lo2 master red")
- r3.run("ip link add lo2 type dummy")
- r3.run("ip link set up dev lo2")
- r3.run("ip link set lo2 master red")
-
- r1.run("ip link set R1-eth4 master red")
- r1.run("ip link set R1-eth5 master red")
- r2.run("ip link set R2-eth4 master red")
- r2.run("ip link set R2-eth5 master red")
- r3.run("ip link set R3-eth4 master red")
- r3.run("ip link set R3-eth5 master red")
-
- r1.run("ip link set up dev R1-eth4")
- r1.run("ip link set up dev R1-eth5")
- r2.run("ip link set up dev R2-eth4")
- r2.run("ip link set up dev R2-eth5")
- r3.run("ip link set up dev R3-eth4")
- r3.run("ip link set up dev R3-eth5")
+ r1.cmd_raises("ip link add red type vrf table 1002")
+ r1.cmd_raises("ip link set up dev red")
+ r2.cmd_raises("ip link add red type vrf table 1002")
+ r2.cmd_raises("ip link set up dev red")
+ r3.cmd_raises("ip link add red type vrf table 1002")
+ r3.cmd_raises("ip link set up dev red")
+
+ r1.cmd_raises("ip link add lo2 type dummy")
+ r1.cmd_raises("ip link set lo2 master red")
+ r1.cmd_raises("ip link set up dev lo2")
+ r2.cmd_raises("ip link add lo2 type dummy")
+ r2.cmd_raises("ip link set up dev lo2")
+ r2.cmd_raises("ip link set lo2 master red")
+ r3.cmd_raises("ip link add lo2 type dummy")
+ r3.cmd_raises("ip link set up dev lo2")
+ r3.cmd_raises("ip link set lo2 master red")
+
+ r1.cmd_raises("ip link set R1-eth4 master red")
+ r1.cmd_raises("ip link set R1-eth5 master red")
+ r2.cmd_raises("ip link set R2-eth4 master red")
+ r2.cmd_raises("ip link set R2-eth5 master red")
+ r3.cmd_raises("ip link set R3-eth4 master red")
+ r3.cmd_raises("ip link set R3-eth5 master red")
+
+ r1.cmd_raises("ip link set up dev R1-eth4")
+ r1.cmd_raises("ip link set up dev R1-eth5")
+ r2.cmd_raises("ip link set up dev R2-eth4")
+ r2.cmd_raises("ip link set up dev R2-eth5")
+ r3.cmd_raises("ip link set up dev R3-eth4")
+ r3.cmd_raises("ip link set up dev R3-eth5")
# This is a sample of configuration loading.
router_list = tgen.routers()
@@ -208,15 +206,23 @@ def setup_module(mod):
TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname))
)
router.load_config(
- TopoRouter.RD_OSPF, os.path.join(CWD, "{}/ospfd.conf".format(rname))
+ TopoRouter.RD_OSPF, os.path.join(CWD, "{}/empty.conf".format(rname))
)
router.load_config(
- TopoRouter.RD_BGP, os.path.join(CWD, "{}/bgpd.conf".format(rname))
+ TopoRouter.RD_BGP, os.path.join(CWD, "{}/empty.conf".format(rname))
)
# After loading the configurations, this function loads configured daemons.
tgen.start_router()
+ # Set the initial (saved) config to the zebra config. reset_config_on_routers
+ # will use this config to reset to.
+ routers = tgen.routers()
+ for rname, router in routers.items():
+ confname = os.path.join(CWD, "{}/zebra.conf".format(rname))
+ destname = "{}/{}/{}".format(tgen.logdir, rname, FRRCFG_BKUP_FILE)
+ router.cmd_raises("cp {} {}".format(confname, destname))
+
def teardown_module(mod):
"Teardown the pytest environment"
@@ -508,145 +514,159 @@ def check_vrf_peer_change_passwords(vrf="", prefix="no"):
check_all_peers_established(vrf)
-def test_default_peer_established():
+def test_default_peer_established(tgen):
"default vrf 3 peers same password"
- configure_bgp("bgpd.conf")
- configure_ospf("ospfd.conf")
+ # configure_bgp("bgpd.conf")
+ # configure_ospf("ospfd.conf")
+ reload_new_configs(tgen, "bgpd.conf", "ospfd.conf")
check_all_peers_established()
# tgen.mininet_cli()
-def test_default_peer_remove_passwords():
+def test_default_peer_remove_passwords(tgen):
"selectively remove passwords checking state"
- configure_bgp("bgpd.conf")
- configure_ospf("ospfd.conf")
+ # configure_bgp("bgpd.conf")
+ # configure_ospf("ospfd.conf")
+ reload_new_configs(tgen, "bgpd.conf", "ospfd.conf")
check_vrf_peer_remove_passwords()
-def test_default_peer_change_passwords():
+def test_default_peer_change_passwords(tgen):
"selectively change passwords checking state"
- configure_bgp("bgpd.conf")
- configure_ospf("ospfd.conf")
+ # configure_bgp("bgpd.conf")
+ # configure_ospf("ospfd.conf")
+ reload_new_configs(tgen, "bgpd.conf", "ospfd.conf")
check_vrf_peer_change_passwords()
-def test_default_prefix_peer_established():
+def test_default_prefix_peer_established(tgen):
"default vrf 3 peers same password with prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_prefix.conf")
- configure_ospf("ospfd.conf")
+ # configure_bgp("bgpd_prefix.conf")
+ # configure_ospf("ospfd.conf")
+ reload_new_configs(tgen, "bgpd_prefix.conf", "ospfd.conf")
check_all_peers_established()
# tgen.mininet_cli()
-def test_prefix_peer_remove_passwords():
+def test_prefix_peer_remove_passwords(tgen):
"selectively remove passwords checking state with prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_prefix.conf")
- configure_ospf("ospfd.conf")
+ # configure_bgp("bgpd_prefix.conf")
+ # configure_ospf("ospfd.conf")
+ reload_new_configs(tgen, "bgpd_prefix.conf", "ospfd.conf")
check_vrf_peer_remove_passwords(prefix="yes")
-def test_prefix_peer_change_passwords():
+def test_prefix_peer_change_passwords(tgen):
"selecively change passwords checkig state with prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_prefix.conf")
- configure_ospf("ospfd.conf")
+ # configure_bgp("bgpd_prefix.conf")
+ # configure_ospf("ospfd.conf")
+ reload_new_configs(tgen, "bgpd_prefix.conf", "ospfd.conf")
check_vrf_peer_change_passwords(prefix="yes")
-def test_vrf_peer_established():
+def test_vrf_peer_established(tgen):
"default vrf 3 peers same password with VRF config"
# clean routers and load vrf config
- configure_bgp("bgpd_vrf.conf")
- configure_ospf("ospfd_vrf.conf")
+ # configure_bgp("bgpd_vrf.conf")
+ # configure_ospf("ospfd_vrf.conf")
+ reload_new_configs(tgen, "bgpd_vrf.conf", "ospfd_vrf.conf")
check_all_peers_established("blue")
# tgen.mininet_cli()
-def test_vrf_peer_remove_passwords():
+def test_vrf_peer_remove_passwords(tgen):
"selectively remove passwords checking state with VRF config"
- configure_bgp("bgpd_vrf.conf")
- configure_ospf("ospfd_vrf.conf")
+ # configure_bgp("bgpd_vrf.conf")
+ # configure_ospf("ospfd_vrf.conf")
+ reload_new_configs(tgen, "bgpd_vrf.conf", "ospfd_vrf.conf")
check_vrf_peer_remove_passwords(vrf="blue")
-def test_vrf_peer_change_passwords():
+def test_vrf_peer_change_passwords(tgen):
"selectively change passwords checking state with VRF config"
- configure_bgp("bgpd_vrf.conf")
- configure_ospf("ospfd_vrf.conf")
+ # configure_bgp("bgpd_vrf.conf")
+ # configure_ospf("ospfd_vrf.conf")
+ reload_new_configs(tgen, "bgpd_vrf.conf", "ospfd_vrf.conf")
check_vrf_peer_change_passwords(vrf="blue")
-def test_vrf_prefix_peer_established():
+def test_vrf_prefix_peer_established(tgen):
"default vrf 3 peers same password with VRF prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_vrf_prefix.conf")
- configure_ospf("ospfd_vrf.conf")
+ # configure_bgp("bgpd_vrf_prefix.conf")
+ # configure_ospf("ospfd_vrf.conf")
+ reload_new_configs(tgen, "bgpd_vrf_prefix.conf", "ospfd_vrf.conf")
check_all_peers_established("blue")
-def test_vrf_prefix_peer_remove_passwords():
+def test_vrf_prefix_peer_remove_passwords(tgen):
"selectively remove passwords checking state with VRF prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_vrf_prefix.conf")
- configure_ospf("ospfd_vrf.conf")
+ # configure_bgp("bgpd_vrf_prefix.conf")
+ # configure_ospf("ospfd_vrf.conf")
+ reload_new_configs(tgen, "bgpd_vrf_prefix.conf", "ospfd_vrf.conf")
check_vrf_peer_remove_passwords(vrf="blue", prefix="yes")
-def test_vrf_prefix_peer_change_passwords():
+def test_vrf_prefix_peer_change_passwords(tgen):
"selectively change passwords checking state with VRF prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_vrf_prefix.conf")
- configure_ospf("ospfd_vrf.conf")
+ # configure_bgp("bgpd_vrf_prefix.conf")
+ # configure_ospf("ospfd_vrf.conf")
+ reload_new_configs(tgen, "bgpd_vrf_prefix.conf", "ospfd_vrf.conf")
check_vrf_peer_change_passwords(vrf="blue", prefix="yes")
-def test_multiple_vrf_peer_established():
+def test_multiple_vrf_peer_established(tgen):
"default vrf 3 peers same password with multiple VRFs"
- configure_bgp("bgpd_multi_vrf.conf")
- configure_ospf("ospfd_multi_vrf.conf")
+ # configure_bgp("bgpd_multi_vrf.conf")
+ # configure_ospf("ospfd_multi_vrf.conf")
+ reload_new_configs(tgen, "bgpd_multi_vrf.conf", "ospfd_multi_vrf.conf")
check_all_peers_established("blue")
check_all_peers_established("red")
# tgen.mininet_cli()
-def test_multiple_vrf_peer_remove_passwords():
+def test_multiple_vrf_peer_remove_passwords(tgen):
"selectively remove passwords checking state with multiple VRFs"
- configure_bgp("bgpd_multi_vrf.conf")
- configure_ospf("ospfd_multi_vrf.conf")
+ # configure_bgp("bgpd_multi_vrf.conf")
+ # configure_ospf("ospfd_multi_vrf.conf")
+ reload_new_configs(tgen, "bgpd_multi_vrf.conf", "ospfd_multi_vrf.conf")
check_vrf_peer_remove_passwords("blue")
check_all_peers_established("red")
check_vrf_peer_remove_passwords("red")
@@ -654,11 +674,12 @@ def test_multiple_vrf_peer_remove_passwords():
# tgen.mininet_cli()
-def test_multiple_vrf_peer_change_passwords():
+def test_multiple_vrf_peer_change_passwords(tgen):
"selectively change passwords checking state with multiple VRFs"
- configure_bgp("bgpd_multi_vrf.conf")
- configure_ospf("ospfd_multi_vrf.conf")
+ # configure_bgp("bgpd_multi_vrf.conf")
+ # configure_ospf("ospfd_multi_vrf.conf")
+ reload_new_configs(tgen, "bgpd_multi_vrf.conf", "ospfd_multi_vrf.conf")
check_vrf_peer_change_passwords("blue")
check_all_peers_established("red")
check_vrf_peer_change_passwords("red")
@@ -666,29 +687,31 @@ def test_multiple_vrf_peer_change_passwords():
# tgen.mininet_cli()
-def test_multiple_vrf_prefix_peer_established():
+def test_multiple_vrf_prefix_peer_established(tgen):
"default vrf 3 peers same password with multilpe VRFs and prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_multi_vrf_prefix.conf")
- configure_ospf("ospfd_multi_vrf.conf")
+ # configure_bgp("bgpd_multi_vrf_prefix.conf")
+ # configure_ospf("ospfd_multi_vrf.conf")
+ reload_new_configs(tgen, "bgpd_multi_vrf_prefix.conf", "ospfd_multi_vrf.conf")
check_all_peers_established("blue")
check_all_peers_established("red")
# tgen.mininet_cli()
-def test_multiple_vrf_prefix_peer_remove_passwords():
+def test_multiple_vrf_prefix_peer_remove_passwords(tgen):
"selectively remove passwords checking state with multiple vrfs and prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_multi_vrf_prefix.conf")
- configure_ospf("ospfd_multi_vrf.conf")
+ # configure_bgp("bgpd_multi_vrf_prefix.conf")
+ # configure_ospf("ospfd_multi_vrf.conf")
+ reload_new_configs(tgen, "bgpd_multi_vrf_prefix.conf", "ospfd_multi_vrf.conf")
check_vrf_peer_remove_passwords(vrf="blue", prefix="yes")
check_all_peers_established("red")
check_vrf_peer_remove_passwords(vrf="red", prefix="yes")
@@ -696,15 +719,16 @@ def test_multiple_vrf_prefix_peer_remove_passwords():
# tgen.mininet_cli()
-def test_multiple_vrf_prefix_peer_change_passwords():
+def test_multiple_vrf_prefix_peer_change_passwords(tgen):
"selectively change passwords checking state with multiple vrfs and prefix config"
# only supported in kernel > 5.3
if topotest.version_cmp(platform.release(), "5.3") < 0:
return
- configure_bgp("bgpd_multi_vrf_prefix.conf")
- configure_ospf("ospfd_multi_vrf.conf")
+ # configure_bgp("bgpd_multi_vrf_prefix.conf")
+ # configure_ospf("ospfd_multi_vrf.conf")
+ reload_new_configs(tgen, "bgpd_multi_vrf_prefix.conf", "ospfd_multi_vrf.conf")
check_vrf_peer_change_passwords(vrf="blue", prefix="yes")
check_all_peers_established("red")
check_vrf_peer_change_passwords(vrf="red", prefix="yes")
@@ -712,9 +736,8 @@ def test_multiple_vrf_prefix_peer_change_passwords():
# tgen.mininet_cli()
-def test_memory_leak():
+def test_memory_leak(tgen):
"Run the memory leak test and report results."
- tgen = get_topogen()
if not tgen.is_memleak_enabled():
pytest.skip("Memory leak test/report is disabled")