Update UIT version expectancies after Osmocom CNI release 202302

Change-Id: Iec06390a1de9391ab573e66f9bd3421f4a627c6d
This commit is contained in:
Pau Espin 2023-02-08 12:43:47 +01:00
parent e9858efb90
commit 4e43183151
2 changed files with 15 additions and 28 deletions

View File

@ -1301,7 +1301,6 @@ runs on test_CT {
f_wait_oml(bts_idx, "connected", 5.0);
/* Set up BTS with VTY commands: */
if (Misc_Helpers.f_osmo_repo_is("nightly")) {
f_vty_enter_cfg_bts(BSCVTY, bts_idx);
if (g_osmux_enabled_bts) {
f_vty_transceive(BSCVTY, "osmux on");
@ -1310,7 +1309,6 @@ runs on test_CT {
}
f_vty_transceive(BSCVTY, "end");
}
}
function f_init_bts_and_check_sysinfo(integer bts_idx := 0,
integer trx_num := NUM_TRX_CFG,
@ -3616,9 +3614,7 @@ testcase TC_paging_counter() runs on test_CT {
/* read counters before paging */
paging_attempted_bsc := f_ctrl_get_ratectr_abs(IPA_CTRL, "bsc", 0, "paging:attempted");
if (Misc_Helpers.f_osmo_repo_is("nightly")) { /* osmo-bsc > 1.8.0 */
paging_expired_bsc := f_ctrl_get_ratectr_abs(IPA_CTRL, "bsc", 0, "paging:expired");
}
for (i := 0; i < NUM_BTS; i := i+1) {
paging_attempted_bts[i] := f_ctrl_get_ratectr_abs(IPA_CTRL, "bts", i, "paging:attempted");
paging_expired_bts[i] := f_ctrl_get_ratectr_abs(IPA_CTRL, "bts", i, "paging:expired");
@ -3635,9 +3631,7 @@ testcase TC_paging_counter() runs on test_CT {
/* assume that 12s later the paging on all BTSs have expired and hence incremented by 1 */
f_sleep(12.0);
if (Misc_Helpers.f_osmo_repo_is("nightly")) { /* osmo-bsc > 1.8.0 */
f_ctrl_get_exp_ratectr_abs(IPA_CTRL, "bsc", 0, "paging:expired", paging_expired_bsc+1);
}
for (i := 0; i < NUM_BTS; i := i+1) {
f_ctrl_get_exp_ratectr_abs(IPA_CTRL, "bts", i, "paging:expired",
paging_expired_bts[i]+1);
@ -12454,12 +12448,9 @@ control {
execute( TC_chan_alloc_algo_ass_dynamic() );
/* MGW pool */
/* TODO: this conditional canbe dropped once osmo-bsc >1.10.0 is released: */
if (Misc_Helpers.f_osmo_repo_is("nightly")) {
execute( TC_mgwpool_all_used() );
execute( TC_mgwpool_blocked_not_used() );
execute( TC_mgwpool_pin_bts() );
}
execute( TC_ho_meas_rep_multi_band() );

View File

@ -3701,10 +3701,8 @@ testcase TC_status_ptp_dl_bvci() runs on GlobalTest_CT
control {
execute( TC_BVC_bringup() );
/* Depends on osmo-gbproxy > 0.2.0 */
if (Misc_Helpers.f_osmo_repo_is("nightly")) {
execute( TC_BVC_bringup_conflicting() );
}
execute( TC_ul_unitdata() );
execute( TC_ul_unitdata_pool_failure() );
execute( TC_dl_unitdata() );
@ -3786,10 +3784,8 @@ control {
execute( TC_flush_ll_bvci_new() );
/* Depends on osmo-gbproxy > 0.2.0 */
if (Misc_Helpers.f_osmo_repo_is("nightly")) {
execute( TC_flush_ll_no_bvci_new() );
}
execute( TC_fc_bvc() );
execute( TC_fc_ms() );
execute( TC_ms_reg_enq() );