Import existing timing thresholds for offload tests
Imported using commands:
xmlstarlet sel -t \
-m '//testCaseList/testCase[class="Run_Physim"]' \
-v "concat('check_physim_threshold(physim.5g-offload.',physim_test,'.testX.Y \"DLSCH encoding time\" \"< ', physim_time_threshold, '\")')" \
-n t2_offload_enc_nr_dlsim.xml >> ../../openair1/SIMULATION/tests/ThresholdsOffload.cmake
xmlstarlet sel -t \
-m '//testCaseList/testCase[class="Run_Physim"]' \
-v "concat('check_physim_threshold(physim.5g-offload.',physim_test,'.testX.Y \"ULSCH total decoding time\" \"< ', physim_time_threshold, '\")')" \
-n t2_offload_dec_nr_ulsim.xml >> ../../openair1/SIMULATION/tests/ThresholdsOffload.cmake
Showing
Please register or sign in to comment