Skip to content

Commit

Permalink
ci,e2e: allow warnings in fading tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asaezper committed Nov 12, 2024
1 parent 0d66c85 commit 08bed27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/e2e/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
RETINA_VERSION=0.54.13
RETINA_VERSION=0.54.16
UBUNTU_VERSION=24.04
AMARISOFT_VERSION=2023-09-08
SRSUE_VERSION=23.11
Expand Down
8 changes: 4 additions & 4 deletions tests/e2e/tests/viavi/test_declaration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tests:
expected_dl_bitrate: 14.0e+3
expected_ul_bitrate: 1.0e+3
expected_nof_kos: 9999999999999
warning_as_errors: true
warning_as_errors: false

- campaign_filename: *campaign_filename
test_name: "1UE fading noise UDP uplink"
Expand All @@ -78,7 +78,7 @@ tests:
expected_dl_bitrate: 14.0e+3
expected_ul_bitrate: 1.0e+3
expected_nof_kos: 9999999999999
warning_as_errors: true
warning_as_errors: false

- campaign_filename: *campaign_filename
test_name: "1UE ideal TCP downlink"
Expand Down Expand Up @@ -120,7 +120,7 @@ tests:
expected_dl_bitrate: 14.0e+3
expected_ul_bitrate: 1.0e+3
expected_nof_kos: 9999999999999
warning_as_errors: true
warning_as_errors: false

- campaign_filename: *campaign_filename
test_name: "32UE fading UDP attach-detach with traffic"
Expand All @@ -134,7 +134,7 @@ tests:
expected_dl_bitrate: 14.0e+3
expected_ul_bitrate: 1.0e+3
expected_nof_kos: 9999999999999
warning_as_errors: true
warning_as_errors: false

- campaign_filename: *campaign_filename
test_name: "32UE ideal UDP attach-detach with traffic"
Expand Down

0 comments on commit 08bed27

Please sign in to comment.