samba-in-kubernetes / sit-test-cases

SIT (Samba Integration Tests) Automated Test Cases
0 stars 4 forks source link

testcases: containerized subset of LTP test-suits over SMB-share #43

Closed synarete closed 7 months ago

synarete commented 7 months ago

Use well-known open-source LTP[1] test-suits over mounted smb-share, using containerized image. Uses only a subset of tests to check mounted SMB share via podman container. Use also LTP's fsstress utility to tests few cases.

Image URL: quay.io/samba.org/sit-test-cases:ltp

[1] https://linux-test-project.github.io/

spuiuk commented 7 months ago

Console output of the resulting ltp tests run.

       "____________ test_containers[192.168.123.10-share-xfs-default-ltp] _____________",
        "----------------------------- Captured stdout call -----------------------------",
        "Trying to pull quay.io/samba.org/sit-test-cases:ltp...",
        "Getting image source signatures",
        "Copying blob sha256:b1f4d09e21873b31e81cbbbb4fb607dc8cbd1a3bb3ee5855df64062af314caaa",
        "Copying blob sha256:cdca918f8931418bb59bd8bd47d9e16ecf9b3a85c44dbc3688424733fe482581",
        "Copying blob sha256:4be8f430c2f39805ca13275d07ff689480a544915f619b8d296b2e0691e672e6",
        "Copying blob sha256:04a837d6ecf2b584955d95a4878ed36091322fdef9f2f31db2eea54a06c519e6",
        "Copying blob sha256:a7f073881ad7ca942dd5da773ff5a9ef82f73f51649e363915f49dee1f0275bb",
        "Copying config sha256:16bdddd882ca04dff97e3122194f23daa4124420d6d2e62436920e7c7a701312",
        "Writing manifest to image destination",
        "run_ltp.sh: LTPROOT=/opt/ltp",
        "run_ltp.sh: TMPDIR=/testdir",
        "run_ltp.sh: /opt/ltp/testcases/bin/aio01",
        "aio01       1  TPASS  :  Test 1: 10 writes in   0.000105 sec",
        "aio01       2  TPASS  :  Test 2: 10 reads in   0.000071 sec",
        "aio01       3  TPASS  :  Test 3: 10 prep,writes in   0.000093 sec",
        "aio01       4  TPASS  :  Test 4: 10 prep,reads in   0.000050 sec",
        "aio01       5  TPASS  :  Test 5: 10 reads and writes in   0.000060 sec",
        "aio01       6  TPASS  :  Test 6: 10 read,write,verify in 0.000087 sec",
        "run_ltp.sh: /opt/ltp/testcases/bin/aio02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "aio02.c:220: TPASS: WRITE: O_WRONLY | O_TRUNC | O_DIRECT | O_LARGEFILE | O_CREAT",
        "aio02.c:220: TPASS: READ : O_RDONLY | O_DIRECT | O_LARGEFILE",
        "aio02.c:220: TPASS: WRITE: O_RDWR | O_TRUNC",
        "aio02.c:220: TPASS: READ : O_RDWR",
        "aio02.c:220: TPASS: WRITE: O_WRONLY | O_TRUNC",
        "aio02.c:220: TPASS: READ : O_RDONLY",
        "",
        "Summary:",
        "passed   6",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/chdir04",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "chdir04.c:29: TPASS: chdir() : ENAMETOOLONG (36)",
        "chdir04.c:29: TPASS: chdir() : ENOENT (2)",
        "chdir04.c:29: TPASS: chdir() : EFAULT (14)",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/close01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "close01.c:50: TPASS: close a file fd passed",
        "close01.c:50: TPASS: close a pipe fd passed",
        "close01.c:50: TPASS: close a socket fd passed",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/close02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "close02.c:20: TPASS: close(-1) : EBADF (9)",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/creat01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "creat01.c:50: TPASS: creat() truncated file to 0 bytes",
        "creat01.c:55: TPASS: file was created and written to successfully",
        "creat01.c:60: TPASS: read failed expectedly: EBADF (9)",
        "creat01.c:50: TPASS: creat() truncated file to 0 bytes",
        "creat01.c:55: TPASS: file was created and written to successfully",
        "creat01.c:60: TPASS: read failed expectedly: EBADF (9)",
        "",
        "Summary:",
        "passed   6",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/creat03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "creat03.c:36: TINFO: Created file has mode = 0100755",
        "creat03.c:41: TPASS: save text bit cleared",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/diotest1",
        "diotest01    1  TPASS  :  Test passed",
        "run_ltp.sh: /opt/ltp/testcases/bin/diotest2",
        "diotest02    1  TPASS  :  Read with Direct IO, Write without",
        "diotest02    2  TPASS  :  Write with Direct IO, Read without",
        "diotest02    3  TPASS  :  Read, Write with Direct IO",
        "diotest02    0  TINFO  :  3 testblocks 100 iterations completed",
        "run_ltp.sh: /opt/ltp/testcases/bin/diotest3",
        "diotest03    1  TPASS  :  Read with Direct IO, Write without",
        "diotest03    2  TPASS  :  Write with Direct IO, Read without",
        "diotest03    3  TPASS  :  Read, Write with Direct IO",
        "diotest03    0  TINFO  :  3 testblocks 100 iterations with 1 children completed",
        "run_ltp.sh: /opt/ltp/testcases/bin/diotest5",
        "diotest05    1  TPASS  :  Read with Direct IO, Write without",
        "diotest05    2  TPASS  :  Write with Direct IO, Read without",
        "diotest05    3  TPASS  :  Read, Write with Direct IO",
        "diotest05    0  TINFO  :  3 testblocks 20 iterations with 20 vector array completed",
        "run_ltp.sh: /opt/ltp/testcases/bin/diotest6",
        "diotest06    1  TPASS  :  Read with Direct IO, Write without",
        "diotest06    2  TPASS  :  Write with Direct IO, Read without",
        "diotest06    3  TPASS  :  Read, Write with Direct IO",
        "diotest06    0  TINFO  :  3 testblocks 100 iterations with 1 children completed",
        "run_ltp.sh: /opt/ltp/testcases/bin/faccessat01",
        "tst_buffers.c:56: TINFO: Test is using guarded buffers",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "faccessat01.c:51: TPASS: faccessat(3, faccessatfile, R_OK, 0) passed",
        "faccessat01.c:51: TPASS: faccessat(3, /testdir/LTP_facJic0mo/faccessatdir/faccessatfile, R_OK, 0) passed",
        "faccessat01.c:51: TPASS: faccessat(-100, faccessatdir/faccessatfile, R_OK, 0) passed",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/fdatasync01",
        "fdatasync01    1  TPASS  :  fdatasync() successful",
        "run_ltp.sh: /opt/ltp/testcases/bin/fdatasync02",
        "fdatasync02    1  TPASS  :  Expected failure for invalid file descriptor, errno: 9",
        "fdatasync02    2  TPASS  :  Expected failure for file descriptor to a special file, errno: 22",
        "run_ltp.sh: /opt/ltp/testcases/bin/fgetxattr03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "fgetxattr03.c:41: TPASS: fgetxattr(2) returned correct value",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/flock01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "flock01.c:34: TPASS: flock() succeeded with Shared Lock",
        "flock01.c:34: TPASS: flock() succeeded with Unlock",
        "flock01.c:34: TPASS: flock() succeeded with Exclusive Lock",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/flock02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "flock02.c:46: TPASS: flock() failed expectedly: EBADF (9)",
        "flock02.c:46: TPASS: flock() failed expectedly: EINVAL (22)",
        "flock02.c:46: TPASS: flock() failed expectedly: EINVAL (22)",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/flock03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "flock03.c:73: TPASS: Parent: Initial attempt to flock() passed",
        "flock03.c:39: TPASS: CHILD: File locked by parent unlocked",
        "flock03.c:48: TPASS: Locking after unlock passed",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/flock04",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "flock04.c:61: TPASS: Parent had shared lock",
        "flock04.c:35: TPASS:  Child acquiring shared lock got 0",
        "flock04.c:38: TPASS:  Child acquiring exclusive lock got -1",
        "flock04.c:61: TPASS: Parent had exclusive lock",
        "flock04.c:38: TPASS:  Child acquiring shared lock got -1",
        "flock04.c:38: TPASS:  Child acquiring exclusive lock got -1",
        "",
        "Summary:",
        "passed   6",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/flock06",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "flock06.c:31: TPASS: First attempt to flock() passed",
        "flock06.c:36: TPASS: Second attempt to flock() denied: EACCES (13)",
        "flock06.c:44: TPASS: Unlocked fd1",
        "flock06.c:50: TPASS: Third attempt to flock() succeeded",
        "",
        "Summary:",
        "passed   4",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/fstatfs02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "fstatfs02.c:40: TPASS: fstatfs() : EBADF (9)",
        "fstatfs02.c:40: TPASS: fstatfs() : EFAULT (14)",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/fsync02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 10m 00s",
        "sh: line 1: systemd-detect-virt: command not found",
        "fsync02.c:103: TPASS: fsync succeeded in an acceptable amount of time",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest01",
        "ftest01     1  TPASS  :  Test passed in fork and wait.",
        "ftest01     2  TPASS  :  Test passed.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest02",
        "ftest02     1  TPASS  :  Test passed in fork-wait part.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest03",
        "ftest03     1  TPASS  :  Test passed.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest04",
        "ftest04     1  TPASS  :  Test passed.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest05",
        "ftest05     1  TPASS  :  Test passed.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest06",
        "ftest06     1  TPASS  :  Test passed.",
        "ftest06     2  TPASS  :  Test passed.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest07",
        "ftest07     1  TPASS  :  Test passed.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftest08",
        "ftest08     1  TPASS  :  Test passed.",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftruncate01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "ftruncate01.c:65: TINFO: Truncated length smaller than file size",
        "ftruncate01.c:60: TPASS: ftruncate() succeeded",
        "ftruncate01.c:74: TINFO: Truncated length exceeds file size",
        "ftruncate01.c:60: TPASS: ftruncate() succeeded",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/ftruncate03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "ftruncate03.c:58: TPASS: ftruncate() failed expectedly: EINVAL (22)",
        "ftruncate03.c:58: TPASS: ftruncate() failed expectedly: EINVAL (22)",
        "ftruncate03.c:58: TPASS: ftruncate() failed expectedly: EINVAL (22)",
        "ftruncate03.c:58: TPASS: ftruncate() failed expectedly: EBADF (9)",
        "",
        "Summary:",
        "passed   4",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/inode01",
        "inode01     1  TPASS  :  Test block 0",
        "inode01     2  TPASS  :  Test block 1",
        "inode01     3  TPASS  :  Test passed",
        "run_ltp.sh: /opt/ltp/testcases/bin/inode02",
        "inode02     1  TPASS  :  Test passed",
        "run_ltp.sh: /opt/ltp/testcases/bin/lftest",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "lftest.c:48: TINFO: started building a 100 megabyte file",
        "lftest.c:63: TINFO: finished building a 100 megabyte file",
        "lftest.c:65: TINFO: total time for test to run: 0 minute(s) and 1 seconds",
        "lftest.c:68: TPASS: test successful",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/link02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "link02.c:26: TPASS: link(OLDPATH, NEWPATH) passed",
        "link02.c:35: TPASS: link(oldpath,newpath) returned 0 and stat link counts match",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/link03",
        "link03      1  TPASS  :  link() passed and linkcounts=10 match",
        "run_ltp.sh: /opt/ltp/testcases/bin/link05",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "link05.c:54: TPASS: link(lkfile_135, lkfile_135[1-1000]) ret 0 for 1000 files, stat linkcounts match 1000",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/llseek01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "llseek01.c:32: TPASS: lseek() can set file pointer position larger than file size limit",
        "llseek01.c:37: TPASS: write failed after file size limit",
        "llseek01.c:43: TPASS: lseek() can set file pointer position under filer size limit",
        "llseek01.c:48: TPASS: write succcessfully under file size limit",
        "llseek01.c:53: TPASS: write failed after file size limit",
        "",
        "Summary:",
        "passed   5",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/llseek02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "llseek02.c:49: TPASS: lseek(3, 1, 10) failed as expected: EINVAL (22)",
        "llseek02.c:49: TPASS: lseek(4, 1, 0) failed as expected: EBADF (9)",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/llseek03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "llseek03.c:96: TPASS: llseek returned 1",
        "llseek03.c:115: TPASS: SEEK_SET for llseek",
        "llseek03.c:96: TPASS: llseek returned 5",
        "llseek03.c:115: TPASS: SEEK_CUR for llseek",
        "llseek03.c:96: TPASS: llseek returned 7",
        "llseek03.c:115: TPASS: SEEK_END for llseek",
        "llseek03.c:96: TPASS: llseek returned 8",
        "llseek03.c:107: TPASS: SEEK_SET read returned 0",
        "llseek03.c:96: TPASS: llseek returned 8",
        "llseek03.c:107: TPASS: SEEK_CUR read returned 0",
        "llseek03.c:96: TPASS: llseek returned 8",
        "llseek03.c:107: TPASS: SEEK_END read returned 0",
        "llseek03.c:96: TPASS: llseek returned 10",
        "llseek03.c:107: TPASS: SEEK_SET read returned 0",
        "llseek03.c:96: TPASS: llseek returned 12",
        "llseek03.c:107: TPASS: SEEK_CUR read returned 0",
        "llseek03.c:96: TPASS: llseek returned 12",
        "llseek03.c:107: TPASS: SEEK_END read returned 0",
        "",
        "Summary:",
        "passed   18",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/lseek01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "lseek01.c:67: TPASS: lseek(tfile, 4, SEEK_SET) read correct data",
        "lseek01.c:67: TPASS: lseek(tfile, -2, SEEK_CUR) read correct data",
        "lseek01.c:67: TPASS: lseek(tfile, -4, SEEK_END) read correct data",
        "lseek01.c:67: TPASS: lseek(tfile, 0, SEEK_END) read correct data",
        "",
        "Summary:",
        "passed   4",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/lseek07",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "lseek07.c:70: TPASS: lseek(tfile1, 7, SEEK_SET) wrote correct data abcdefgijk",
        "lseek07.c:70: TPASS: lseek(tfile2, 2, SEEK_SET) wrote correct data abijkfg",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mkdirat01",
        "mkdirat01    1  TPASS  :  mkdirat() returned 0: TEST_ERRNO=SUCCESS(0): Success",
        "mkdirat01    2  TPASS  :  mkdirat() returned 0: TEST_ERRNO=SUCCESS(0): Success",
        "mkdirat01    3  TPASS  :  mkdirat() returned 0: TEST_ERRNO=SUCCESS(0): Success",
        "mkdirat01    4  TPASS  :  mkdirat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory",
        "mkdirat01    5  TPASS  :  mkdirat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor",
        "run_ltp.sh: /opt/ltp/testcases/bin/mknodat01",
        "mknodat01    1  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success",
        "mknodat01    2  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success",
        "mknodat01    3  TPASS  :  mknodat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory",
        "mknodat01    4  TPASS  :  mknodat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor",
        "mknodat01    5  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap001",
        "mmap001     0  TINFO  :  mmap()ing file of 1000 pages or 4096000 bytes",
        "mmap001     1  TPASS  :  mmap() completed successfully.",
        "mmap001     0  TINFO  :  touching mmaped memory",
        "mmap001     2  TPASS  :  we're still here, mmaped area must be good",
        "mmap001     3  TPASS  :  synchronizing mmapped page passed",
        "mmap001     4  TPASS  :  munmapping testfile.148 successful",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap01",
        "mmap01      1  TPASS  :  Functionality of mmap() successful",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap02.c:44: TPASS: mmap() functionality successful",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap03",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap04",
        "mmap04      1  TPASS  :  Functionality of mmap() successful",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap05",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap05.c:63: TPASS: Received SIGSEGV signal as expected",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap06",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap06.c:65: TPASS: mmap() failed with: EACCES (13)",
        "mmap06.c:65: TPASS: mmap() failed with: EACCES (13)",
        "mmap06.c:65: TPASS: mmap() failed with: EACCES (13)",
        "mmap06.c:65: TPASS: mmap() failed with: EACCES (13)",
        "mmap06.c:65: TPASS: mmap() failed with: EACCES (13)",
        "mmap06.c:65: TPASS: mmap() failed with: EACCES (13)",
        "mmap06.c:65: TPASS: mmap() failed with: EINVAL (22)",
        "mmap06.c:65: TPASS: mmap() failed with: EINVAL (22)",
        "",
        "Summary:",
        "passed   8",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap08",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap08.c:36: TPASS: mmap() failed with EBADF",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap09",
        "mmap09      1  TPASS  :  ftruncate mmaped file to a smaller size",
        "mmap09      2  TPASS  :  ftruncate mmaped file to a larger size",
        "mmap09      3  TPASS  :  ftruncate mmaped file to 0 size",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap12",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap12.c:90: TINFO: All pages are present",
        "mmap12.c:114: TPASS: File mapped properly",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap13",
        "mmap13      1  TPASS  :  Got SIGBUS as expected",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap17",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap17.c:72: TPASS: mmap set errno to EEXIST as expected",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap18",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap18.c:103: TINFO: start = 0x7f1f46574000, stack_top = 0x7f1f46694000, stack bottom = 0x7f1f46674000",
        "mmap18.c:105: TINFO: mapped pages 4, stack pages 32",
        "mmap18.c:114: TINFO: &limit = 0x7f1f46674fe8, limit = 0x7f1f46675000",
        "mmap18.c:165: TPASS: Stack grows in unmapped region",
        "mmap18.c:103: TINFO: start = 0x7f1f46574000, stack_top = 0x7f1f46694000, stack bottom = 0x7f1f46674000",
        "mmap18.c:105: TINFO: mapped pages 16, stack pages 32",
        "mmap18.c:114: TINFO: &limit = 0x7f1f46674fe8, limit = 0x7f1f46675000",
        "mmap18.c:165: TPASS: Stack grows in unmapped region",
        "mmap18.c:103: TINFO: start = 0x7f1f46574000, stack_top = 0x7f1f46694000, stack bottom = 0x7f1f46674000",
        "mmap18.c:105: TINFO: mapped pages 4, stack pages 32",
        "mmap18.c:189: TINFO: mapped page at 0x7f1f46674000",
        "mmap18.c:196: TPASS: Child killed by SIGSEGV as expected",
        "mmap18.c:103: TINFO: start = 0x7f1f46574000, stack_top = 0x7f1f46694000, stack bottom = 0x7f1f46674000",
        "mmap18.c:105: TINFO: mapped pages 16, stack pages 32",
        "mmap18.c:189: TINFO: mapped page at 0x7f1f46674000",
        "mmap18.c:196: TPASS: Child killed by SIGSEGV as expected",
        "",
        "Summary:",
        "passed   4",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap19",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap19.c:67: TPASS: memory test succeeded",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/mmap20",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "mmap20.c:53: TPASS: mmap() failed with errno set to EOPNOTSUPP",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/munmap01",
        "munmap01    1  TPASS  :  Functionality of munmap() successful",
        "run_ltp.sh: /opt/ltp/testcases/bin/munmap02",
        "munmap02    1  TPASS  :  Functionality of munmap() successful",
        "run_ltp.sh: /opt/ltp/testcases/bin/munmap03",
        "munmap03    1  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument",
        "munmap03    2  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument",
        "munmap03    3  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument",
        "run_ltp.sh: /opt/ltp/testcases/bin/open03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "open03.c:19: TPASS: open(TEST_FILE, O_RDWR | O_CREAT, 0700) returned fd 3",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/open09",
        "open09      1  TPASS  :  Test passed in O_WRONLY.",
        "open09      2  TPASS  :  Test passed in O_RDONLY.",
        "run_ltp.sh: /opt/ltp/testcases/bin/open13",
        "open13      1  TPASS  :  read(2) failed with EBADF",
        "open13      2  TPASS  :  write(2) failed with EBADF",
        "open13      3  TPASS  :  fchmod(2) failed with EBADF",
        "open13      4  TPASS  :  fchown(2) failed with EBADF",
        "open13      5  TPASS  :  fgetxattr(2) failed with EBADF",
        "run_ltp.sh: /opt/ltp/testcases/bin/openat01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "openat01.c:71: TPASS: openat(*tc->dir_fd, tc->pathname, O_RDWR, 0600) returned fd 5",
        "openat01.c:71: TPASS: openat(*tc->dir_fd, tc->pathname, O_RDWR, 0600) returned fd 5",
        "openat01.c:64: TPASS: openat with a filefd instead of dirfd : ENOTDIR (20)",
        "openat01.c:67: TPASS: openat with invalid fd : EBADF (9)",
        "openat01.c:71: TPASS: openat(*tc->dir_fd, tc->pathname, O_RDWR, 0600) returned fd 5",
        "",
        "Summary:",
        "passed   5",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/openfile",
        "run_ltp.sh: /opt/ltp/testcases/bin/pread01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pread01.c:56: TPASS: Functionality of pread() is correct",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pread02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pread02.c:44: TPASS: pread(3, 1024, 0) file descriptor is a PIPE or FIFO : ESPIPE (29)",
        "pread02.c:44: TPASS: pread(5, 1024, -1) specified offset is negative : EINVAL (22)",
        "pread02.c:44: TPASS: pread(6, 1024, 0) file descriptor is a directory : EISDIR (21)",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/preadv01",
        "tst_buffers.c:56: TINFO: Test is using guarded buffers",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "preadv01.c:80: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly",
        "preadv01.c:80: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly",
        "preadv01.c:80: TPASS: Preadv(2) read 32 bytes successfully with content 'b' expectedly",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/preadv02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)",
        "preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)",
        "preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)",
        "preadv02.c:89: TPASS: preadv() failed as expected: EFAULT (14)",
        "preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)",
        "preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)",
        "preadv02.c:89: TPASS: preadv() failed as expected: EISDIR (21)",
        "preadv02.c:89: TPASS: preadv() failed as expected: ESPIPE (29)",
        "",
        "Summary:",
        "passed   8",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/preadv201",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "preadv201.c:90: TPASS: preadv2() read 64 bytes with content 'a' expectedly",
        "preadv201.c:90: TPASS: preadv2() read 64 bytes with content 'a' expectedly",
        "preadv201.c:90: TPASS: preadv2() read 32 bytes with content 'b' expectedly",
        "preadv201.c:90: TPASS: preadv2() read 64 bytes with content 'a' expectedly",
        "preadv201.c:90: TPASS: preadv2() read 64 bytes with content 'a' expectedly",
        "preadv201.c:90: TPASS: preadv2() read 64 bytes with content 'b' expectedly",
        "",
        "Summary:",
        "passed   6",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/preadv202",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "preadv202.c:82: TPASS: preadv2() failed as expected: EINVAL (22)",
        "preadv202.c:82: TPASS: preadv2() failed as expected: EINVAL (22)",
        "preadv202.c:82: TPASS: preadv2() failed as expected: EOPNOTSUPP (95)",
        "preadv202.c:82: TPASS: preadv2() failed as expected: EFAULT (14)",
        "preadv202.c:82: TPASS: preadv2() failed as expected: EBADF (9)",
        "preadv202.c:82: TPASS: preadv2() failed as expected: EBADF (9)",
        "preadv202.c:82: TPASS: preadv2() failed as expected: EISDIR (21)",
        "preadv202.c:82: TPASS: preadv2() failed as expected: ESPIPE (29)",
        "",
        "Summary:",
        "passed   8",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwrite01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwrite01.c:60: TPASS: Functionality of pwrite() successful",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwrite02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwrite02.c:73: TPASS: pwrite(4, 1024, 0) : ESPIPE (29)",
        "pwrite02.c:73: TPASS: pwrite(5, 1024, -1) : EINVAL (22)",
        "pwrite02.c:73: TPASS: pwrite(-1, 1024, 0) : EBADF (9)",
        "pwrite02.c:73: TPASS: pwrite(6, 1024, 0) : EBADF (9)",
        "pwrite02.c:73: TPASS: pwrite(5, 1024, 0) : EFAULT (14)",
        "",
        "Summary:",
        "passed   5",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwrite03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwrite03.c:20: TPASS: pwrite(3, NULL, 0) == 0 passed",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwrite04",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwrite04.c:65: TPASS: O_APPEND test passed.",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwritev01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwritev01.c:84: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly ",
        "pwritev01.c:84: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly ",
        "pwritev01.c:84: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly ",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwritev02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwritev02.c:84: TPASS: pwritev() failed as expected: EINVAL (22)",
        "pwritev02.c:84: TPASS: pwritev() failed as expected: EINVAL (22)",
        "pwritev02.c:84: TPASS: pwritev() failed as expected: EINVAL (22)",
        "pwritev02.c:84: TPASS: pwritev() failed as expected: EFAULT (14)",
        "pwritev02.c:84: TPASS: pwritev() failed as expected: EBADF (9)",
        "pwritev02.c:84: TPASS: pwritev() failed as expected: EBADF (9)",
        "pwritev02.c:84: TPASS: pwritev() failed as expected: ESPIPE (29)",
        "",
        "Summary:",
        "passed   7",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwritev201",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwritev201.c:95: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly ",
        "pwritev201.c:95: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly ",
        "pwritev201.c:95: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly ",
        "pwritev201.c:95: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly ",
        "pwritev201.c:95: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly ",
        "pwritev201.c:95: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly ",
        "",
        "Summary:",
        "passed   6",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/pwritev202",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "pwritev202.c:78: TPASS: pwritev2() failed as expected: EINVAL (22)",
        "pwritev202.c:78: TPASS: pwritev2() failed as expected: EINVAL (22)",
        "pwritev202.c:78: TPASS: pwritev2() failed as expected: EOPNOTSUPP (95)",
        "pwritev202.c:78: TPASS: pwritev2() failed as expected: EFAULT (14)",
        "pwritev202.c:78: TPASS: pwritev2() failed as expected: EBADF (9)",
        "pwritev202.c:78: TPASS: pwritev2() failed as expected: EBADF (9)",
        "pwritev202.c:78: TPASS: pwritev2() failed as expected: ESPIPE (29)",
        "",
        "Summary:",
        "passed   7",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/read01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "read01.c:24: TPASS: read(2) returned 512",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/read02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "read02.c:86: TPASS: read() failed as expected: EBADF (9)",
        "read02.c:86: TPASS: read() failed as expected: EISDIR (21)",
        "read02.c:86: TPASS: read() failed as expected: EFAULT (14)",
        "read02.c:75: TPASS: O_DIRECT unaligned reads fallbacks to buffered I/O",
        "read02.c:75: TPASS: O_DIRECT unaligned reads fallbacks to buffered I/O",
        "",
        "Summary:",
        "passed   5",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/read04",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "read04.c:41: TPASS: read() data correctly",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/readahead01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "readahead01.c:36: TINFO: test_bad_fd -1",
        "readahead01.c:37: TPASS: readahead(-1, 0, getpagesize()) : EBADF (9)",
        "readahead01.c:39: TINFO: test_bad_fd O_WRONLY",
        "readahead01.c:45: TPASS: readahead(fd, 0, getpagesize()) : EBADF (9)",
        "readahead01.c:54: TINFO: test_invalid_fd pipe",
        "readahead01.c:56: TPASS: readahead(fd[0], 0, getpagesize()) : EINVAL (22)",
        "readahead01.c:60: TINFO: test_invalid_fd socket",
        "readahead01.c:62: TPASS: readahead(fd[0], 0, getpagesize()) : EINVAL (22)",
        "",
        "Summary:",
        "passed   4",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/readdir01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "readdir01.c:57: TPASS: found all 10 that were created",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/readv01",
        "tst_buffers.c:56: TINFO: Test is using guarded buffers",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "readv01.c:71: TPASS: readv() with 0 I/O vectors",
        "readv01.c:85: TPASS: readv() correctly read 0 bytes ",
        "readv01.c:71: TPASS: readv() with NULL I/O vectors",
        "readv01.c:85: TPASS: readv() correctly read 64 bytes ",
        "readv01.c:71: TPASS: readv() with too big I/O vectors",
        "readv01.c:85: TPASS: readv() correctly read 64 bytes ",
        "readv01.c:71: TPASS: readv() with multiple I/O vectors",
        "readv01.c:85: TPASS: readv() correctly read 48 bytes ",
        "readv01.c:71: TPASS: readv() with zero-len buffer",
        "readv01.c:85: TPASS: readv() correctly read 64 bytes ",
        "",
        "Summary:",
        "passed   10",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/readv02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "readv02.c:74: TPASS: readv(3, 0x430740, 1) : EINVAL (22)",
        "readv02.c:74: TPASS: readv(3, 0x4306c0, 3) : EFAULT (14)",
        "readv02.c:74: TPASS: readv(3, 0x430700, -1) : EINVAL (22)",
        "readv02.c:74: TPASS: readv(4, 0x4306a0, 1) : EISDIR (21)",
        "readv02.c:74: TPASS: readv(-1, 0x4306a0, 3) : EBADF (9)",
        "",
        "Summary:",
        "passed   5",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/removexattr01",
        "removexattr01    1  TPASS  :  removexattr() succeeded",
        "run_ltp.sh: /opt/ltp/testcases/bin/removexattr02",
        "removexattr02    1  TPASS  :  removexattr() failed as expected: TEST_ERRNO=ENODATA(61): No data available",
        "removexattr02    2  TPASS  :  removexattr() failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory",
        "removexattr02    3  TPASS  :  removexattr() failed as expected: TEST_ERRNO=EFAULT(14): Bad address",
        "run_ltp.sh: /opt/ltp/testcases/bin/rename14",
        "rename14    1  TPASS  :  Test Passed",
        "run_ltp.sh: /opt/ltp/testcases/bin/rmdir01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "rmdir01.c:33: TPASS: rmdir(testdir) success",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/stat02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "stat02.c:67: TPASS: File size reported as expected",
        "stat02.c:67: TPASS: File size reported as expected",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/truncate02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "truncate02.c:89: TPASS: truncate(testfile, 256) succeeded",
        "truncate02.c:89: TPASS: truncate(testfile, 512) succeeded",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/unlink07",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "unlink07.c:46: TPASS: non-existent file : ENOENT (2)",
        "unlink07.c:46: TPASS: path is empty string : ENOENT (2)",
        "unlink07.c:46: TPASS: path contains a non-existent file : ENOENT (2)",
        "unlink07.c:46: TPASS: invalid address : EFAULT (14)",
        "unlink07.c:46: TPASS: path contains a regular file : ENOTDIR (20)",
        "unlink07.c:46: TPASS: pathname too long : ENAMETOOLONG (36)",
        "",
        "Summary:",
        "passed   6",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/write01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "write01.c:40: TPASS: write() passed",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/write02",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "write02.c:20: TPASS: write(fd, NULL, 0) returned 0",
        "write02.c:22: TPASS: Expect: write(fd, NULL, 0) == 0",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/write03",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "write03.c:49: TPASS: failure of write() did not corrupt the file",
        "",
        "Summary:",
        "passed   1",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/write05",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "write05.c:62: TPASS: write(*tc->fd, *tc->buf, tc->size) : EBADF (9)",
        "write05.c:62: TPASS: write(*tc->fd, *tc->buf, tc->size) : EFAULT (14)",
        "write05.c:62: TPASS: write(*tc->fd, *tc->buf, tc->size) : EPIPE (32)",
        "",
        "Summary:",
        "passed   3",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/write06",
        "tst_buffers.c:56: TINFO: Test is using guarded buffers",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "write06.c:59: TPASS: Offset is correct after write 3072",
        "write06.c:65: TPASS: Correct file size after append 3072",
        "",
        "Summary:",
        "passed   2",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/writev01",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "writev01.c:124: TPASS: invalid iov_len, expected: -1 (EINVAL), got: -1 (EINVAL)",
        "writev01.c:124: TPASS: invalid fd, expected: -1 (EBADF), got: -1 (EBADF)",
        "writev01.c:124: TPASS: invalid iovcnt, expected: -1 (EINVAL), got: -1 (EINVAL)",
        "writev01.c:129: TPASS: zero iovcnt, expected: 0, got: 0",
        "writev01.c:129: TPASS: NULL and zero length iovec, expected: 64, got: 64",
        "writev01.c:124: TPASS: write to closed pipe, expected: -1 (EPIPE), got: -1 (EPIPE)",
        "",
        "Summary:",
        "passed   6",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/writev02",
        "writev02    1  TPASS  :  Received EFAULT as expected",
        "run_ltp.sh: /opt/ltp/testcases/bin/writev05",
        "writev05    1  TPASS  :  Received EFAULT as expected",
        "run_ltp.sh: /opt/ltp/testcases/bin/writev06",
        "writev06    1  TPASS  :  writev returned 2 as expected",
        "run_ltp.sh: /opt/ltp/testcases/bin/writev07",
        "tst_test.c:1690: TINFO: LTP version: 20230929-114-g55c77edb5",
        "tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s",
        "writev07.c:56: TINFO: starting test with initial file offset: 0 ",
        "writev07.c:100: TINFO: writev() has written 64 bytes",
        "writev07.c:111: TPASS: file has expected content",
        "writev07.c:122: TPASS: offset at 64 as expected",
        "writev07.c:56: TINFO: starting test with initial file offset: 65 ",
        "writev07.c:100: TINFO: writev() has written 64 bytes",
        "writev07.c:111: TPASS: file has expected content",
        "writev07.c:122: TPASS: offset at 129 as expected",
        "writev07.c:56: TINFO: starting test with initial file offset: 4096 ",
        "writev07.c:100: TINFO: writev() has written 64 bytes",
        "writev07.c:111: TPASS: file has expected content",
        "writev07.c:122: TPASS: offset at 4160 as expected",
        "writev07.c:56: TINFO: starting test with initial file offset: 4097 ",
        "writev07.c:100: TINFO: writev() has written 64 bytes",
        "writev07.c:111: TPASS: file has expected content",
        "writev07.c:122: TPASS: offset at 4161 as expected",
        "",
        "Summary:",
        "passed   8",
        "failed   0",
        "broken   0",
        "skipped  0",
        "warnings 0",
        "run_ltp.sh: /opt/ltp/testcases/bin/fsstress -n 1 -p 1 -r -d /testdir",
        "seed = 1699976505",
        "run_ltp.sh: /opt/ltp/testcases/bin/fsstress -n 10 -p 10 -r -d /testdir",
        "seed = 1699992489",
        "run_ltp.sh: /opt/ltp/testcases/bin/fsstress -n 1000 -p 10 -r -f creat=1000 -f read=100 -f write=100 -f stat=100 -f mkdir=100 -f getdents=100 -f truncate=10 -d /testdir",
        "seed = 1699867766",
        "",
spuiuk commented 7 months ago

/test all

spuiuk commented 7 months ago

/retest all

spuiuk commented 7 months ago

We see one failure in the xfs tests

FAILED testcases/smbtorture/test_smbtorture.py::test_smbtorture[share-xfs-default-smb2.create]

but this appears to be some other issue.

This PR is ready to be merged.