]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: use "-Ln" to avoid logging with snmpd
authorVincent Bernat <vincent@bernat.ch>
Sun, 26 Jan 2020 14:22:26 +0000 (15:22 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sun, 26 Jan 2020 14:24:10 +0000 (15:24 +0100)
This is more efficient than using "-Lf /dev/null". It was a tentative
to fix tests when running snmpd 5.8 but it seems to be related to
parallel run.

tests/integration/fixtures/programs.py

index 08e860b91a35efc63ad74c47555465f2f92a877b..b1c2c04cc9014ebd86071ece457eeba32d919a5f 100644 (file)
@@ -297,7 +297,7 @@ trap2sink 127.0.0.1
                  "snmp_mib,sysORTable"
                  ",usmConf,usmStats,usmUser"
                  ",vacm_conf,vacm_context,vacm_vars",
-                 "-Lf", "/dev/null",
+                 "-Ln",
                  "-p", str(pidfile),
                  "-C", "-c", str(conffile))
         try: