X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=tests%2Fos%2Fltp%2Fltp.robot;h=3cb3ced6d1f0310dad824a31064b4f460e86da6e;hp=547fd18bbcd63af693cf6efff60e7ca27c288350;hb=e50d00181bb55cc06e12c78287eddfa8e9b750b9;hpb=d6257af9d9f54d8d10cf3aa646bde55a575f0139 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