Minimal snmpd configuration for the Docker containers. Also change the pid-dir to /var/run/ since
that is what all the tests are expecting. Can we pass the tests now?
This commit is contained in:
parent
4182ee3540
commit
f9d2acf025
6 changed files with 18 additions and 12 deletions
|
|
@ -84,7 +84,7 @@ chmod 775 /usr/local/bin/test/site.sh
|
|||
|
||||
# Start snmpd, we need this for the SNMP tests and the app clixon_snmp. Log to stdout, then we can
|
||||
# use Docker logs to see what's happening.
|
||||
snmpd -Lo -p /run/snmpd.pid
|
||||
snmpd -Lo -p /var/run/snmpd.pid
|
||||
|
||||
# Alt: let backend be in foreground, but test scripts may
|
||||
# want to restart backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue