mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix snmpsim in CI (#16213)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -168,7 +168,7 @@ jobs:
|
||||
name: Start SNMP
|
||||
if: matrix.skip-unit-check != '1'
|
||||
run: |
|
||||
~/.local/bin/snmpsimd.py --data-dir=tests/snmpsim --agent-udpv4-endpoint=127.1.6.2:1162 --logging-method=file:/tmp/snmpsimd.log &
|
||||
~/.local/bin/snmpsim-command-responder-lite --data-dir=tests/snmpsim --agent-udpv4-endpoint=127.1.6.2:1162 --log-level=error --logging-method=file:/tmp/snmpsimd.log &
|
||||
-
|
||||
name: lnms dev:check ci
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user