From f5b81b4eb0a88792fb12ae22c598e70187660741 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Fri, 3 Jul 2020 15:06:31 +0200 Subject: [PATCH] CI: fix html tab name Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/xml_files/gnb_nr_ue_usrp_run_multi_thread.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-scripts/xml_files/gnb_nr_ue_usrp_run_multi_thread.xml b/ci-scripts/xml_files/gnb_nr_ue_usrp_run_multi_thread.xml index ad91807a9bd..b4290ae6a3d 100644 --- a/ci-scripts/xml_files/gnb_nr_ue_usrp_run_multi_thread.xml +++ b/ci-scripts/xml_files/gnb_nr_ue_usrp_run_multi_thread.xml @@ -21,8 +21,8 @@ --> <testCaseList> - <htmlTabRef>run-oai-gnb-nr-ue</htmlTabRef> - <htmlTabName>Run-gNB-and-NR-UE</htmlTabName> + <htmlTabRef>run-oai-gnb-nr-ue-tx-write-thread</htmlTabRef> + <htmlTabName>Run-gNB-and-NR-UE-TX-Write-Thread</htmlTabName> <htmlTabIcon>tasks</htmlTabIcon> <repeatCount>2</repeatCount> <TestCaseRequestedList> @@ -32,7 +32,7 @@ <testCase id="090103"> <class>Initialize_eNB</class> - <desc>Initialize gNB USRP (Multi-Threading enabled)</desc> + <desc>Initialize gNB USRP (Tx-Write-Threading enabled)</desc> <Initialize_eNB_args>-O ci-scripts/conf_files/gnb.band78.tm1.106PRB.usrpn300.conf --phy-test --usrp-tx-thread-config 1</Initialize_eNB_args> <air_interface>NR</air_interface> </testCase> -- GitLab