From 4f2e5d359aa2eacb50f75e24c13e20cb6c2d2e12 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Sat, 20 Aug 2016 01:33:48 +0200 Subject: [PATCH] minor fix for type for RRU/RCC compile tests --- cmake_targets/autotests/test_case_list.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake_targets/autotests/test_case_list.xml b/cmake_targets/autotests/test_case_list.xml index f26c937135..800b41a8b8 100644 --- a/cmake_targets/autotests/test_case_list.xml +++ b/cmake_targets/autotests/test_case_list.xml @@ -388,7 +388,7 @@ <compile_prog>$OPENAIR_DIR/cmake_targets/build_oai</compile_prog> <compile_prog_args>--eNB -w USRP -t ETHERNET -c </compile_prog_args> <compile_prog_out>$OPENAIR_DIR/cmake_targets/lte_build_oai/build/lte-softmodem - $OPENAIR_DIR/cmake_targets/lte_build_oai/liboai_usrpdevif.so + $OPENAIR_DIR/cmake_targets/lte_build_oai/build/liboai_usrpdevif.so $OPENAIR_DIR/cmake_targets/lte_build_oai/build/liboai_eth_transpro.so</compile_prog_out> <pre_exec>$OPENAIR_DIR/cmake_targets/autotests/tools/free_mem.bash</pre_exec> <pre_exec_args></pre_exec_args> @@ -405,7 +405,7 @@ <desc>Build RRU (NGFI) for EXMIMO (Rel 10) w/ ETHERNET transport</desc> <pre_compile_prog></pre_compile_prog> <compile_prog>$OPENAIR_DIR/cmake_targets/build_oai</compile_prog> - <compile_prog_args>--eNB -w EXMIMO -t ETHNERNET -c </compile_prog_args> + <compile_prog_args>--eNB -w EXMIMO -t ETHERNET -c </compile_prog_args> <compile_prog_out>$OPENAIR_DIR/cmake_targets/lte_build_oai/build/lte-softmodem $OPENAIR_DIR/cmake_targets/lte_build_oai/build/CMakeFiles/openair_rf/openair_rf.ko $OPENAIR_DIR/cmake_targets/lte_build_oai/build/updatefw @@ -456,7 +456,7 @@ <main_exec_args></main_exec_args> <search_expr_true></search_expr_true> <search_expr_false></search_expr_false> - <tags>RRH.LMSSDR.Rel10</tags> + <tags>RRU.LMSSDR.Rel10</tags> <nruns>1</nruns> </testCase> -- 2.26.2