mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
enh(tests): snmpsimd is way too verbose and it does not help at all (#4812)
This commit is contained in:
parent
68b16107fa
commit
6efe9ebcd4
2
.github/workflows/tests-functional.yml
vendored
2
.github/workflows/tests-functional.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
sudo useradd snmp
|
sudo useradd snmp
|
||||||
sudo mkdir -p /usr/snmpsim/data
|
sudo mkdir -p /usr/snmpsim/data
|
||||||
sudo cp -r tests/resources/snmp/* /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
|
robot tests/functional/snmp
|
||||||
|
|
||||||
- name: Run Robot Framework Database tests
|
- name: Run Robot Framework Database tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user