ltp-open-posix

Run LTP open posix test suite.

What It Tests

  • System Interfaces Specification: performing conformance, functional, and stress testing of the IEEE 1003.1-2001 System Interfaces specification.

Preconditions

  • System requires root privileges

  • LTP test suites should be available

  • The below packages are installed

    • xz-utils flex bison build-essential wget curl net-tools sudo libaio-dev expect automake acl

Test Parameters

Parameter

Default

Description

SKIP_INSTALL

"true"

Skip package installation

LTP_VERSION

"20240930"

LTP version

GRP_TEST

""

Group Feature Tests. Available Groups are AIO, MEM, MSG, SEM, SIG, THR, TMR, TPS

Test Steps

- cd ./automated/linux/ltp-open-posix/
- ./ltp-open-posix.sh -s "${SKIP_INSTALL}" -v "${LTP_VERSION}" -t "${GRP_TEST}"

Refer to ltp-open-posix.yaml for complete test definition and execution details.

Expected Results

  • The sub test cases are PASS

References