enh(tests): snmpsimd is way too verbose and it does not help at all (#4812)

This commit is contained in:
omercier 2024-01-09 11:13:18 +01:00 committed by GitHub
parent 68b16107fa
commit 6efe9ebcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
sudo useradd snmp
sudo mkdir -p /usr/snmpsim/data
sudo cp -r tests/resources/snmp/* /usr/snmpsim/data/
snmpsimd --agent-udpv4-endpoint=127.0.0.1:2024 --process-user=snmp --process-group=snmp &
snmpsimd --logging-method=null --agent-udpv4-endpoint=127.0.0.1:2024 --process-user=snmp --process-group=snmp &
robot tests/functional/snmp
- name: Run Robot Framework Database tests