[oe-commits] [openembedded-core] 17/18: /oeqa/manual/compliance-test: remove obsolete test

git at git.openembedded.org git at git.openembedded.org
Sun Nov 17 22:54:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3383f2f0e8c1b1b72efc99df4b42060ca0e5ef83
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Sat Nov 16 19:35:14 2019 -0800

    /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.
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/manual/compliance-test.json | 28 ----------------------------
 1 file changed, 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 e374c5b..0000000
--- a/meta/lib/oeqa/manual/compliance-test.json
+++ /dev/null
@@ -1,28 +0,0 @@
-[
-  {
-    "test": {
-      "@alias": "compliance-test.compliance-test.stress_test_-_ltp_-Beaglebone",
-      "author": [
-        {
-          "email": "corneliux.stoicescu at intel.com",
-          "name": "corneliux.stoicescu at intel.com"
-        }
-      ],
-      "execution": {
-        "1": {
-          "action": "Build LTP with toolchain or in sdk image",
-          "expected_results": ""
-        },
-        "2": {
-          "action": "Copy LTP folder into target, for example, /opt/ltp. Modify script,  testscripts/ltpstress.sh, set Iostat=1, NO_NETWORK=1",
-          "expected_results": ""
-        },
-        "3": {
-          "action": "cd testscripts/ && ./ltpstress.sh",
-          "expected_results": "This stress case will run for 24 hours Check the result\ntarget should not crash with the program "
-        }
-      },
-      "summary": "stress_test_-_-ltp_-Beaglebone"
-    }
-  }
-]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list