bgp_l3vpn_to_bgp_vrf: Fixup topo test to write log files to same location at start of run

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-05-09 19:58:31 -04:00
parent f76774ec9d
commit d3335443bf
21 changed files with 26 additions and 17 deletions

View File

@ -5,6 +5,8 @@ password zebra
log stdout notifications
log monitor notifications
log commands
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1-bgpd.log
router bgp 5227
bgp router-id 99.0.0.1
neighbor 192.168.1.1 remote-as 5227

View File

@ -1,4 +1,4 @@
log file /tmp/ce1-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1-zebra.log
!
hostname ce1
!

View File

@ -5,6 +5,8 @@ password zebra
log stdout notifications
log monitor notifications
log commands
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2-bgpd.log
router bgp 5227
bgp router-id 99.0.0.2
neighbor 192.168.1.1 remote-as 5227

View File

@ -1,4 +1,4 @@
log file /tmp/ce2-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2-zebra.log
!
hostname ce2
!

View File

@ -5,6 +5,8 @@ password zebra
log stdout notifications
log monitor notifications
log commands
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3-bgpd.log
router bgp 5227
bgp router-id 99.0.0.3
neighbor 192.168.1.1 remote-as 5227

View File

@ -1,4 +1,4 @@
log file /tmp/ce3-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3-zebra.log
!
hostname ce3
!

View File

@ -5,6 +5,8 @@ password zebra
log stdout notifications
log monitor notifications
log commands
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4-bgpd.log
router bgp 5228
bgp router-id 99.0.0.4
neighbor 192.168.2.1 remote-as 5228

View File

@ -1,4 +1,4 @@
log file /tmp/ce4-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4-zebra.log
!
hostname ce4
!

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ldpd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-ldpd.log
password zebra
!
debug mpls ldp zebra

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ospfd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-ospfd.log
!
router ospf
router-id 1.1.1.1

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-zebra.log
hostname r1
password zebra

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ldpd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-ldpd.log
password zebra
!
debug mpls ldp zebra

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ospfd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-ospfd.log
!
router ospf
router-id 2.2.2.2

View File

@ -1,4 +1,4 @@
log file /tmp/r2-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-zebra.log
hostname r2
password zebra

View File

@ -5,8 +5,9 @@ password zebra
log stdout notifications
log monitor notifications
log commands
debug bgp vpn label
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-bgpd.log
debug bgp vpn label
router bgp 5226
bgp router-id 3.3.3.3
bgp cluster-id 3.3.3.3

View File

@ -1,6 +1,6 @@
hostname r3
password zebra
log file /tmp/r3-ldpd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,6 +1,6 @@
hostname r3
password 1
log file /tmp/r3-ospfd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-ospfd.log
!
router ospf
router-id 3.3.3.3

View File

@ -1,4 +1,4 @@
log file /tmp/r3-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-zebra.log
hostname r3
password zebra

View File

@ -1,6 +1,6 @@
hostname r4
password zebra
log file /tmp/r4-ldpd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r4
log file /tmp/r4-ospfd.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-ospfd.log
!
router ospf
router-id 4.4.4.4

View File

@ -1,4 +1,4 @@
log file /tmp/r4-zebra.log
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-zebra.log
hostname r4
password zebra