From e50d00181bb55cc06e12c78287eddfa8e9b750b9 Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Tue, 19 Nov 2019 10:35:53 +0200 Subject: [PATCH] Fix the log file name of LTP tests Change-Id: Ie8a0a068a0ac86503df781be0f4921558543fb01 Signed-off-by: Juha Kosonen --- tests/os/ltp/ltp.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/os/ltp/ltp.robot b/tests/os/ltp/ltp.robot index 547fd18..3cb3ced 100644 --- a/tests/os/ltp/ltp.robot +++ b/tests/os/ltp/ltp.robot @@ -43,14 +43,14 @@ RunLTP syscalls madvise only RunLTP syscalls only [Documentation] Wait ~45m for syscalls to complete - ${log} = Set Variable ${OUTPUT DIR}${/}${FULL_SUITE}.${TEST NAME.replace(' ','_').log + ${log} = Set Variable ${OUTPUT DIR}${/}${FULL_SUITE}.${TEST NAME.replace(' ','_')}.log ${result}= Execute Command yes | sudo /opt/ltp/runltp -f syscalls Append To File ${log} ${result}${\n} Should Contain ${result} INFO: ltp-pan reported all tests PASS RunLTP all tests [Documentation] Wait ~5hrs to complete 2536 tests - ${log} = Set Variable ${OUTPUT DIR}${/}${FULL_SUITE}.${TEST NAME.replace(' ','_').log + ${log} = Set Variable ${OUTPUT DIR}${/}${FULL_SUITE}.${TEST NAME.replace(' ','_')}.log ${result}= Execute Command yes | sudo /opt/ltp/runltp Append To File ${log} ${result}${\n} Should Contain ${result} INFO: ltp-pan reported all tests PASS -- 2.16.6