Disable some tables which we will hadle ourselves for RowStatus tests.
This commit is contained in:
parent
714e41c627
commit
e587cdcc35
3 changed files with 3 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ chmod g+w /www-data/fastcgi_restconf.sock
|
|||
|
||||
# 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 /var/run/snmpd.pid -I -ifXTable -I -ifTable -I -system_mib -I -sysORTable
|
||||
snmpd -Lo -p /var/run/snmpd.pid -I -ifXTable -I -ifTable -I -system_mib -I -sysORTable -I -snmpNotifyFilterTable -I -snmpNotifyTable -I -snmpNotifyFilterProfileTable
|
||||
|
||||
# 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