Skip to content

Commit e8a472d

Browse files
committed
Update
1 parent 54f5675 commit e8a472d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generic-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)