From e8c2c08a23fade64c4938e8c521f9834410e3e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 Jul 2018 09:03:50 -0500 Subject: openembedded-lkft: add TEST_SUITES parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The TEST_SUITES parameter controls what test suites to run through qa-reports. It can generally be one of these: * kselftests * libhugetlbfs * ltp or, alternatively: * all * sanity * none or even blank, which will be translated as "all", or just the name of the specific test suite, like: * ltp-syscalls The "sanity" test suite is implied with "all". Specifying just "sanity" will run those test plans and nothing else. Change-Id: I4e0a34dce32622fa995ef57d74b40bd376cd6cd3 Signed-off-by: Daniel Díaz --- openembedded-lkft-linux-stable-rc-4.9.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openembedded-lkft-linux-stable-rc-4.9.yaml') diff --git a/openembedded-lkft-linux-stable-rc-4.9.yaml b/openembedded-lkft-linux-stable-rc-4.9.yaml index 47839ea63f..d87ae468cb 100644 --- a/openembedded-lkft-linux-stable-rc-4.9.yaml +++ b/openembedded-lkft-linux-stable-rc-4.9.yaml @@ -66,6 +66,9 @@ - string: name: SANITY_LAVA_JOB_PRIORITY default: '80' + - string: + name: TEST_SUITES + default: 'all' - matrix-combinations: name: MATRIX_COMBINATIONS disabled: false -- cgit v1.2.3