[Fuego] [PATCH 2/3] IOzone: change excel suffix from xlsx to xls

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Jul 3 02:34:22 UTC 2018


> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org
> <fuego-bounces at lists.linuxfoundation.org> On Behalf Of Li Xiaoming
> Sent: Monday, July 2, 2018 11:52 PM
> To: fuego at lists.linuxfoundation.org
> Cc: Kyohei Oki <kyohhei.oki at denso-ten.com>
> Subject: [Fuego] [PATCH 2/3] IOzone: change excel suffix from xlsx to xls
> 
> From: Liu Wenlong <liuwl.fnst at cn.fujitsu.com>
> 
> IOzone does not support xlsx format output.
> 
> Signed-off-by: Kyohei Oki <kyohhei.oki at denso-ten.com>
> ---
>  engine/tests/Benchmark.IOzone/fuego_test.sh | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/engine/tests/Benchmark.IOzone/fuego_test.sh
> b/engine/tests/Benchmark.IOzone/fuego_test.sh
> index 7e24ce4..341829e 100755
> --- a/engine/tests/Benchmark.IOzone/fuego_test.sh
> +++ b/engine/tests/Benchmark.IOzone/fuego_test.sh
> @@ -39,8 +39,8 @@ function test_deploy {
>  function test_run {
>      hd_test_mount_prepare $BENCHMARK_IOZONE_MOUNT_BLOCKDEV
> $BENCHMARK_IOZONE_MOUNT_POINT
> 
> -    report "cd $BENCHMARK_IOZONE_MOUNT_POINT;
> $BOARD_TESTDIR/fuego.$TESTDIR/iozone -a $BENCHMARK_IOZONE_TESTS -O -R
> -b
> $BOARD_TESTDIR/fuego.$TESTDIR/results.${BUILD_ID}.${BUILD_NUMBER}.xlsx
> -g $BENCHMARK_IOZONE_FILE_SIZE"
> -    get
> $BOARD_TESTDIR/fuego.$TESTDIR/results.${BUILD_ID}.${BUILD_NUMBER}.xlsx
> ${LOGDIR}/results.xlsx
> +    report "cd $BENCHMARK_IOZONE_MOUNT_POINT;
> $BOARD_TESTDIR/fuego.$TESTDIR/iozone -a $BENCHMARK_IOZONE_TESTS -O -R
> -b
> $BOARD_TESTDIR/fuego.$TESTDIR/results.${BUILD_ID}.${BUILD_NUMBER}.xls
> -g $BENCHMARK_IOZONE_FILE_SIZE"
> +    get
> $BOARD_TESTDIR/fuego.$TESTDIR/results.${BUILD_ID}.${BUILD_NUMBER}.xls
> ${LOGDIR}/results.xls
> 
>      hd_test_clean_umount $BENCHMARK_IOZONE_MOUNT_BLOCKDEV
> $BENCHMARK_IOZONE_MOUNT_POINT
>  }
> --
> 2.7.4
> 

Good catch, thank you.
Daniel





More information about the Fuego mailing list