Skip to content

Commit

Permalink
Fix: broken tests (#1075)
Browse files Browse the repository at this point in the history
* fix: broken tests [run-int-tests]

Signed-off-by: Ilya Kheifets <[email protected]>

* fix: update mib server version [run-int-tests]

Signed-off-by: Ilya Kheifets <[email protected]>

---------

Signed-off-by: Ilya Kheifets <[email protected]>
  • Loading branch information
ikheifets-splunk authored Sep 18, 2024
1 parent cb20021 commit 0075409
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/splunk-connect-for-snmp/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 13.18.5
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.1.0
version: 20.1.3
- name: mibserver
repository: https://pysnmp.github.io/mibs/charts/
version: 1.15.12
digest: sha256:99227798e849a50c2ef1cbe651cffc37e5d7823ff787c742a9a3b92102866b6e
generated: "2024-09-11T12:43:59.344174847Z"
version: 1.15.13
digest: sha256:0de9e380f9f339b31e59aa249a28d3bf252494787efca46dff916ac0710d8525
generated: "2024-09-18T01:31:01.786501+02:00"
2 changes: 1 addition & 1 deletion integration_tests/automatic_setup_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deploy_poetry() {
poetry install
poetry add --group dev splunk-sdk
poetry add --group dev splunklib
poetry add --group dev pysnmp
poetry add --group dev pysnmplib
}

wait_for_containers_to_be_up() {
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/automatic_setup_microk8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deploy_poetry() {
poetry install
poetry add --group dev splunk-sdk
poetry add --group dev splunklib
poetry add --group dev pysnmp
poetry add --group dev pysnmplib
}

wait_for_pod_initialization() {
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/deploy_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ deploy_poetry() {
poetry install
poetry add -D splunk-sdk
poetry add -D splunklib
poetry add -D pysnmp
poetry add -D pysnmplib
}

run_integration_tests() {
Expand Down

0 comments on commit 0075409

Please sign in to comment.