summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_snmp_mplsl3vpn
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-11-07 07:45:27 -0500
committerDonald Sharp <sharpd@nvidia.com>2021-11-07 07:45:27 -0500
commit949aaea5ba5b5af40ab70027aff7213ff208336a (patch)
tree3be73efd8877a5b60894172e99dbe2ed751c2363 /tests/topotests/bgp_snmp_mplsl3vpn
parent79fd3e0c973cf8941a597cab4ca75d38ea344ffd (diff)
tests: Remove debugs from topotests
Debugs take up a significant amount of cpu time as well as increased disk space for storage of results. Reduce test over head by removing the debugs, Hopefully this helps alleviate some of the overloading that we are seeing in our CI systems. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_snmp_mplsl3vpn')
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf4
-rw-r--r--tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf4
11 files changed, 22 insertions, 22 deletions
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf
index 8ad2ddc48c..4a8579845c 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf
@@ -1,8 +1,8 @@
log file /tmp/zebra.log
log stdout
!
-debug zebra events
-debug zebra dplane
+! debug zebra events
+! debug zebra dplane
!
!
interface ce1-eth0
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf
index fa2e968e55..5e0aa5d3f0 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf
@@ -1,8 +1,8 @@
log file /tmp/zebra.log
log stdout
!
-debug zebra events
-debug zebra dplane
+! debug zebra events
+! debug zebra dplane
!
!
interface ce2-eth0
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf
index ea91e21bad..fabc11e84d 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf
@@ -1,8 +1,8 @@
log file /tmp/zebra.log
log stdout
!
-debug zebra events
-debug zebra dplane
+! debug zebra events
+! debug zebra dplane
!
!
interface ce3-eth0
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf
index 0866fa9759..e369f41b39 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf
@@ -1,8 +1,8 @@
log file /tmp/zebra.log
log stdout
!
-debug zebra events
-debug zebra dplane
+! debug zebra events
+! debug zebra dplane
!
!
interface ce4-eth0
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf
index b5ca993da3..1a148f0628 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf
@@ -1,7 +1,7 @@
log stdout debugging
!
-debug isis route-events
-debug isis events
+! debug isis route-events
+! debug isis events
!
interface r1-eth0
ip router isis ISIS1
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf
index 3dfa43831a..396797dfb9 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf
@@ -1,7 +1,7 @@
log stdout debugging
!
-debug isis route-events
-debug isis events
+! debug isis route-events
+! debug isis events
!
interface r2-eth0
ip router isis ISIS1
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf
index 9bc4331bae..4fec8af3db 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf
@@ -1,8 +1,8 @@
log file /tmp/zebra.log
log stdout
!
-debug zebra events
-debug zebra dplane
+! debug zebra events
+! debug zebra dplane
!
!
interface r2-eth0
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf
index 578ebafad6..9e52fb6820 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf
@@ -1,7 +1,7 @@
log stdout debugging
!
-debug isis route-events
-debug isis events
+! debug isis route-events
+! debug isis events
!
interface r3-eth0
ip router isis ISIS1
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf
index 4d2007e787..e433995593 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf
@@ -1,8 +1,8 @@
log file /tmp/zebra.log
log stdout
!
-debug zebra events
-debug zebra dplane
+! debug zebra events
+! debug zebra dplane
!
!
interface r3-eth0
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf
index 3e9e9af45f..8de2cf05c5 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf
@@ -1,7 +1,7 @@
log stdout debugging
!
-debug isis route-events
-debug isis events
+! debug isis route-events
+! debug isis events
!
interface r4-eth0
ip router isis ISIS1
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf
index c48407c108..14580e5b3a 100644
--- a/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf
+++ b/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf
@@ -1,8 +1,8 @@
log file /tmp/zebra.log
log stdout
!
-debug zebra events
-debug zebra dplane
+! debug zebra events
+! debug zebra dplane
!
!
interface r4-eth0