BTS_Tests: add TC_{chan_act,encr_cmd}_a54 to control

Both testcases were introduced in 2021 [1], however they're not
executed on Jenkins because they're not present in control section.

Fixes: [1] I38e8a1cf15eb41a621b457b39024283a767c94be
Change-Id: Iebf6d14321b54e7ef261443aece03296540ebe92
This commit is contained in:
Vadim Yanitskiy 2022-08-27 19:18:17 +07:00
parent 28209ecdac
commit 8b4e046b5d
1 changed files with 2 additions and 0 deletions

View File

@ -8726,9 +8726,11 @@ control {
execute( TC_chan_act_a51() );
execute( TC_chan_act_a52() );
execute( TC_chan_act_a53() );
execute( TC_chan_act_a54() );
execute( TC_encr_cmd_a51() );
execute( TC_encr_cmd_a52() );
execute( TC_encr_cmd_a53() );
execute( TC_encr_cmd_a54() );
execute( TC_err_rep_wrong_mdisc() );
execute( TC_err_rep_wrong_msg_type() );