Skip to content

Commit 7d24771

Browse files
Thalleykartben
authored andcommitted
tests: Bluetooth: CSIP: Change the rs values of CSIP tests
Instead of using rs=1,2,3 and 4 we make it 10, 20, 30, 40 as the other values could cause some connection issues. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 0e9a3e0 commit 7d24771

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

tests/bsim/bluetooth/audio/test_scripts/ccp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd ${BSIM_OUT_PATH}/bin
1313
SIMULATION_ID="ccp"
1414

1515
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
16-
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=ccp_call_control_server -rs=1 -D=1
16+
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=ccp_call_control_server -rs=10 -D=1
1717

1818
# Simulation time should be larger than the WAIT_TIME in common.h
1919
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

tests/bsim/bluetooth/audio/test_scripts/csip.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ SIMULATION_ID="csip"
1818

1919
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2020
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
21-
-RealEncryption=1 -rs=1 -D=4
21+
-RealEncryption=1 -rs=10 -D=4
2222

2323
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2424
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
25-
-RealEncryption=1 -rs=2 -D=4 -argstest rank 1
25+
-RealEncryption=1 -rs=20 -D=4 -argstest rank 1
2626

2727
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2828
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
29-
-RealEncryption=1 -rs=3 -D=4 -argstest rank 2
29+
-RealEncryption=1 -rs=30 -D=4 -argstest rank 2
3030

3131
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
3232
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member \
33-
-RealEncryption=1 -rs=4 -D=4 -argstest rank 3
33+
-RealEncryption=1 -rs=40 -D=4 -argstest rank 3
3434

3535
# Simulation time should be larger than the WAIT_TIME in common.h
3636
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

tests/bsim/bluetooth/audio/test_scripts/csip_encrypted_sirk.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ SIMULATION_ID="csip_sirk_encrypted"
1818
printf "\n\n======== Running test with SIRK encrypted ========\n\n"
1919
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2020
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
21-
-RealEncryption=1 -rs=1 -D=4
21+
-RealEncryption=1 -rs=10 -D=4
2222

2323
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2424
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member_enc \
25-
-RealEncryption=1 -rs=2 -D=4 -argstest rank 1
25+
-RealEncryption=1 -rs=20 -D=4 -argstest rank 1
2626

2727
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2828
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member_enc \
29-
-RealEncryption=1 -rs=3 -D=4 -argstest rank 2
29+
-RealEncryption=1 -rs=30 -D=4 -argstest rank 2
3030

3131
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
3232
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member_enc \
33-
-RealEncryption=1 -rs=4 -D=4 -argstest rank 3
33+
-RealEncryption=1 -rs=40 -D=4 -argstest rank 3
3434

3535
# Simulation time should be larger than the WAIT_TIME in common.h
3636
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

tests/bsim/bluetooth/audio/test_scripts/csip_forced_release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ SIMULATION_ID="csip_forced_release"
1818
printf "\n\n======== Running test with forced release of lock ========\n\n"
1919
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2020
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
21-
-RealEncryption=1 -rs=1 -D=4
21+
-RealEncryption=1 -rs=10 -D=4
2222

2323
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2424
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
25-
-RealEncryption=1 -rs=2 -D=4 -argstest rank 1
25+
-RealEncryption=1 -rs=20 -D=4 -argstest rank 1
2626

2727
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2828
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
29-
-RealEncryption=1 -rs=3 -D=4 -argstest rank 2
29+
-RealEncryption=1 -rs=30 -D=4 -argstest rank 2
3030

3131
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
3232
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member_release \
33-
-RealEncryption=1 -rs=4 -D=4 -argstest rank 3
33+
-RealEncryption=1 -rs=40 -D=4 -argstest rank 3
3434

3535
# Simulation time should be larger than the WAIT_TIME in common.h
3636
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

tests/bsim/bluetooth/audio/test_scripts/csip_new_sirk.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ SIMULATION_ID="csip_new_sirk"
1818

1919
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2020
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator_new_sirk \
21-
-RealEncryption=1 -rs=1 -D=4
21+
-RealEncryption=1 -rs=10 -D=4
2222

2323
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2424
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member_new_sirk \
25-
-RealEncryption=1 -rs=2 -D=4 -argstest rank 1
25+
-RealEncryption=1 -rs=20 -D=4 -argstest rank 1
2626

2727
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2828
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member_new_sirk \
29-
-RealEncryption=1 -rs=3 -D=4 -argstest rank 2
29+
-RealEncryption=1 -rs=30 -D=4 -argstest rank 2
3030

3131
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
3232
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member_new_sirk \
33-
-RealEncryption=1 -rs=4 -D=4 -argstest rank 3
33+
-RealEncryption=1 -rs=40 -D=4 -argstest rank 3
3434

3535
# Simulation time should be larger than the WAIT_TIME in common.h
3636
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

tests/bsim/bluetooth/audio/test_scripts/csip_no_lock.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ SIMULATION_ID="csip_no_lock"
1717

1818
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
1919
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
20-
-RealEncryption=1 -rs=1 -D=4 -argstest no-lock
20+
-RealEncryption=1 -rs=10 -D=4 -argstest no-lock
2121

2222
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2323
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
24-
-RealEncryption=1 -rs=2 -D=4 -argstest rank 1 not-lockable
24+
-RealEncryption=1 -rs=20 -D=4 -argstest rank 1 not-lockable
2525

2626
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2727
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
28-
-RealEncryption=1 -rs=3 -D=4 -argstest rank 2 not-lockable
28+
-RealEncryption=1 -rs=30 -D=4 -argstest rank 2 not-lockable
2929

3030
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
3131
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member \
32-
-RealEncryption=1 -rs=4 -D=4 -argstest rank 3 not-lockable
32+
-RealEncryption=1 -rs=40 -D=4 -argstest rank 3 not-lockable
3333

3434
# Simulation time should be larger than the WAIT_TIME in common.h
3535
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

tests/bsim/bluetooth/audio/test_scripts/csip_no_rank.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ SIMULATION_ID="csip_no_rank"
1717

1818
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
1919
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
20-
-RealEncryption=1 -rs=1 -D=4 -argstest no-rank no-lock
20+
-RealEncryption=1 -rs=10 -D=4 -argstest no-rank no-lock
2121

2222
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2323
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
24-
-RealEncryption=1 -rs=2 -D=4 -argstest rank 0 not-lockable
24+
-RealEncryption=1 -rs=20 -D=4 -argstest rank 0 not-lockable
2525

2626
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2727
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
28-
-RealEncryption=1 -rs=3 -D=4 -argstest rank 0 not-lockable
28+
-RealEncryption=1 -rs=30 -D=4 -argstest rank 0 not-lockable
2929

3030
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
3131
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member \
32-
-RealEncryption=1 -rs=4 -D=4 -argstest rank 0 not-lockable
32+
-RealEncryption=1 -rs=40 -D=4 -argstest rank 0 not-lockable
3333

3434
# Simulation time should be larger than the WAIT_TIME in common.h
3535
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

tests/bsim/bluetooth/audio/test_scripts/csip_no_size.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ SIMULATION_ID="csip_no_size"
1717

1818
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
1919
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
20-
-RealEncryption=1 -rs=1 -D=4 -argstest no-size
20+
-RealEncryption=1 -rs=10 -D=4 -argstest no-size
2121

2222
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2323
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
24-
-RealEncryption=1 -rs=2 -D=4 -argstest rank 1 size 0
24+
-RealEncryption=1 -rs=20 -D=4 -argstest rank 1 size 0
2525

2626
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2727
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
28-
-RealEncryption=1 -rs=3 -D=4 -argstest rank 2 size 0
28+
-RealEncryption=1 -rs=30 -D=4 -argstest rank 2 size 0
2929

3030
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
3131
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member \
32-
-RealEncryption=1 -rs=4 -D=4 -argstest rank 3s size 0
32+
-RealEncryption=1 -rs=40 -D=4 -argstest rank 3s size 0
3333

3434
# Simulation time should be larger than the WAIT_TIME in common.h
3535
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \

0 commit comments

Comments
 (0)