Skip to content

Commit 677e825

Browse files
ci: increase noise and number of handovers in handover noise test
1 parent 7251204 commit 677e825

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/e2e/tests/handover.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ def test_zmq_handover_iperf(
541541
@mark.parametrize(
542542
"band, common_scs, bandwidth, noise_spd",
543543
(
544-
param(3, 15, 50, -175, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
545-
param(41, 30, 50, -175, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
544+
param(3, 15, 50, -170, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
545+
param(41, 30, 50, -170, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
546546
),
547547
)
548548
@mark.zmq_single_ue
@@ -587,6 +587,7 @@ def test_zmq_handover_noise(
587587
noise_spd=noise_spd,
588588
sleep_between_movement_steps=1,
589589
warning_as_errors=True,
590+
nof_movements=5,
590591
allow_failure=True,
591592
) as (ue_attach_info_dict, movements, _):
592593

0 commit comments

Comments
 (0)