File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 grep " 0100007F:07E8 " /proc/net/udp >/dev/null && break
182182 sleep 0.5
183183 done ; echo "snmpsim is listening"' || exit 1
184- robot --include centreon-generic -snmp --exclude notauto --outputdir /tmp/robot-tests ./tests/os/linux/snmp/
184+ robot --include centreon-plugin-rust -snmp --exclude notauto --outputdir /tmp/robot-tests ./tests/os/linux/snmp/
185185 shell : bash
186186
187187 - name : Upload logs as artifacts if tests failed
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ jobs:
428428 packages-cache-key : ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }}
429429 plugins-json-cache-key : plugins-${{ github.sha }}-${{ github.run_id }}
430430 skip-robot-tests : ${{ matrix.skip_robot_tests }}
431- exclude-robot-tags : centreon-generic -snmp
431+ exclude-robot-tags : centreon-plugin-rust -snmp
432432
433433 deliver-packages :
434434 needs : [get-environment, get-plugins, test-plugins]
You can’t perform that action at this time.
0 commit comments