File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515
16- - uses : actions/setup-python@v6
17- with :
18- python-version : ' 3.x'
19- cache : pip
20-
21- - name : Install pip packages
22- run : pip install -r .github/requirements.txt
23-
2416 - name : Install dependencies
2517 run : sudo apt-get update && sudo apt-get install -y libsnmp-dev
2618
3224 - name : Make
3325 run : make
3426
35- - name : Start simmulation
36- run : |
37- setup-snmpsim-data /tmp/data
38- snmpsim-command-responder --daemonize --pid-file /tmp/snmp --data-dir=/tmp/data/network/switch --agent-udpv4-endpoint=127.0.0.1:1611
39-
40- - name : Sleep
41- run : sleep 30s
42- shell : bash
43-
44- - name : check_interfaces with some cisco stuff
45- run : ./check_interfaces -h 127.0.0.1 --port=1611 -c cisco-c3560 -d
46-
4727 clang-build :
4828 runs-on : ubuntu-latest
4929 env :
5333 steps :
5434 - uses : actions/checkout@v5
5535
56- - uses : actions/setup-python@v6
57- with :
58- python-version : ' 3.x'
59- cache : pip
60-
61- - name : Install pip packages
62- run : pip install -r .github/requirements.txt
63-
6436 - name : Install dependencies
6537 run : sudo apt-get update && sudo apt-get install -y libsnmp-dev
6638
7143
7244 - name : Make
7345 run : make
74-
75- - name : Start simmulation
76- run : |
77- setup-snmpsim-data /tmp/data
78- snmpsim-command-responder --daemonize --pid-file /tmp/snmp --data-dir=/tmp/data/network/switch --agent-udpv4-endpoint=127.0.0.1:1611
79-
80- - name : Sleep
81- run : sleep 30s
82- shell : bash
83-
84- - name : check_interfaces with some cisco stuff
85- run : ./check_interfaces -h 127.0.0.1 --port=1611 -c cisco-c3560 -d
You can’t perform that action at this time.
0 commit comments