diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-11-16 19:35:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:19 +0000 |
commit | 56c530c291da0f3344f8a68a5ca38d8d82e132f7 (patch) | |
tree | a65671a574876608e46721b7ec096d6e8b2f3080 /meta/lib/oeqa | |
parent | 5834f2ff44c518ac1baa1ec1e51c4031fe59d6d4 (diff) | |
download | poky-56c530c291da0f3344f8a68a5ca38d8d82e132f7.tar.gz |
/oeqa/manual/compliance-test: remove obsolete test
ltpstress was removed in Oct 2018
https://github.com/linux-test-project/ltp/commit/e752f7c19674d9b2f7d37aed123561a3f6410e97#diff-5231627fc8640e0adb955f9e69c3c08d
Remove LTP stress tests
ltpstress.sh runs stress.part[1-3]. But these runtest files just
duplicate definitions:
* stress.part1: fs, mm, nfs
* stress.part2: ipc, math, nptl
* stress.part3: net.multicast, pty, syscalls
The definitions are outdated anyway. There is no point trying
to keep them sync.
(From OE-Core rev: 85b3f9ef568a8a11569898c6637b0e80c057fbfb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/manual/compliance-test.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/lib/oeqa/manual/compliance-test.json b/meta/lib/oeqa/manual/compliance-test.json deleted file mode 100644 index e374c5bb64..0000000000 --- a/meta/lib/oeqa/manual/compliance-test.json +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | [ | ||
2 | { | ||
3 | "test": { | ||
4 | "@alias": "compliance-test.compliance-test.stress_test_-_ltp_-Beaglebone", | ||
5 | "author": [ | ||
6 | { | ||
7 | "email": "corneliux.stoicescu@intel.com", | ||
8 | "name": "corneliux.stoicescu@intel.com" | ||
9 | } | ||
10 | ], | ||
11 | "execution": { | ||
12 | "1": { | ||
13 | "action": "Build LTP with toolchain or in sdk image", | ||
14 | "expected_results": "" | ||
15 | }, | ||
16 | "2": { | ||
17 | "action": "Copy LTP folder into target, for example, /opt/ltp. Modify script, testscripts/ltpstress.sh, set Iostat=1, NO_NETWORK=1", | ||
18 | "expected_results": "" | ||
19 | }, | ||
20 | "3": { | ||
21 | "action": "cd testscripts/ && ./ltpstress.sh", | ||
22 | "expected_results": "This stress case will run for 24 hours Check the result\ntarget should not crash with the program " | ||
23 | } | ||
24 | }, | ||
25 | "summary": "stress_test_-_-ltp_-Beaglebone" | ||
26 | } | ||
27 | } | ||
28 | ] | ||