File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -546,11 +546,12 @@ viavi:
546546 matrix :
547547 - KEYWORDS : [
548548 " ideal and 1UE" ,
549- " ideal and 32UE" ,
549+ " ideal and 32UE and not experimental " ,
550550 " fading and 1UE" ,
551551 # "fading and 32UE",
552552 " birth-death and 1UE" ,
553553 # "birth-death and 32UE",
554+ " 32UE and experimental"
554555 ]
555556
556557viavi-debug :
Original file line number Diff line number Diff line change @@ -223,3 +223,17 @@ tests:
223223 expected_ul_bitrate : *expected_ul_bitrate_low
224224 fail_if_kos : true
225225 warning_as_errors : true
226+
227+ - campaign_filename : *campaign_filename
228+ test_name : " experimental 32UE ideal UDP bidirectional Long"
229+ test_timeout : 21600 # 6 hours
230+ gnb_extra_commands : *gnb_extra_commands
231+ id : " experimental 32UE ideal UDP bidirectional Long"
232+ max_pdschs_per_slot : 1
233+ max_puschs_per_slot : 1
234+ enable_qos_viavi : false
235+ # test/fail criteria
236+ expected_dl_bitrate : *expected_dl_bitrate_high
237+ expected_ul_bitrate : *expected_ul_bitrate_high
238+ fail_if_kos : false
239+ warning_as_errors : false
You can’t perform that action at this time.
0 commit comments