From 48515c11aa2eaa1f3ca2dc5d9da8f7dd919eacf1 Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Thu, 28 Nov 2019 16:03:07 +0200 Subject: [PATCH] Do not run all LTP test suites JIRA: VAL-91 Change-Id: I705b8b20c61988be57c61e3cd7e1b60900a38f24 Signed-off-by: Juha Kosonen --- tests/os/ltp/ltp.robot | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/os/ltp/ltp.robot b/tests/os/ltp/ltp.robot index 3cb3ced..a9ed9ec 100644 --- a/tests/os/ltp/ltp.robot +++ b/tests/os/ltp/ltp.robot @@ -48,13 +48,6 @@ RunLTP syscalls only 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} -- 2.16.6