X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fos%2Fltp%2Fltp.robot;h=a9ed9ec4ebc269083681724b2dcb48673ddcb0c9;hb=91bbac212a6deb07ef6d1a5a8b8d55ddf4bab69b;hp=547fd18bbcd63af693cf6efff60e7ca27c288350;hpb=d6257af9d9f54d8d10cf3aa646bde55a575f0139;p=validation.git diff --git a/tests/os/ltp/ltp.robot b/tests/os/ltp/ltp.robot index 547fd18..a9ed9ec 100644 --- a/tests/os/ltp/ltp.robot +++ b/tests/os/ltp/ltp.robot @@ -43,18 +43,11 @@ 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 - ${result}= Execute Command yes | sudo /opt/ltp/runltp - Append To File ${log} ${result}${\n} - Should Contain ${result} INFO: ltp-pan reported all tests PASS - *** Keywords *** Open Connection And Log In Open Connection ${HOST}