phy,nr,test: disable nr_phy_test_10MHz_prach nr_phy_test

temporarily disable test until flaky nightly tests are fixed
master
Andre Puschmann 3 years ago
parent 2563a78f34
commit 1098d9d444

@ -60,15 +60,16 @@ if (RF_FOUND AND ENABLE_SRSUE AND ENABLE_SRSENB)
--ue.phy.nof_threads=${NR_PHY_TEST_UE_NOF_THREADS} --ue.phy.nof_threads=${NR_PHY_TEST_UE_NOF_THREADS}
) )
add_nr_test(nr_phy_test_10MHz_prach nr_phy_test # Disabled until fixed
--duration=1000 # 100 slots #add_nr_test(nr_phy_test_10MHz_prach nr_phy_test
--gnb.stack.pdsch.slots=none # No PDSCH # --duration=1000 # 100 slots
--gnb.stack.pusch.slots=none # No PUSCH # --gnb.stack.pdsch.slots=none # No PDSCH
--gnb.phy.nof_threads=${NR_PHY_TEST_GNB_NOF_THREADS} # --gnb.stack.pusch.slots=none # No PUSCH
--ue.stack.prach.period=30 # Transmit PRACH every 30 radio frames # --gnb.phy.nof_threads=${NR_PHY_TEST_GNB_NOF_THREADS}
--ue.stack.prach.preamble=10 # Use preamble 10 # --ue.stack.prach.period=30 # Transmit PRACH every 30 radio frames
--ue.phy.nof_threads=${NR_PHY_TEST_UE_NOF_THREADS} # --ue.stack.prach.preamble=10 # Use preamble 10
) # --ue.phy.nof_threads=${NR_PHY_TEST_UE_NOF_THREADS}
# )
add_nr_test(nr_phy_test_10MHz_sr nr_phy_test add_nr_test(nr_phy_test_10MHz_sr nr_phy_test
--duration=1000 # 100 slots --duration=1000 # 100 slots

Loading…
Cancel
Save