aboutsummaryrefslogtreecommitdiffstats
path: root/tests/LTP/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12agl-test-framework: add LTPBase classduerpei1-0/+0
Add LTPBase class for test suites from LTP(linux-test-project). The LTPBase inherits from AGLBaseTest class. It contains some common functions, which are used to run the test suites from LTP and process the log. It makes it easy to support test suites from LTP. And add run_test scripts for the test suite of ltp/math, the scripts used the class of LTPBase. Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: I683aaca37ddfb84a12e570a8918934ea8391ded6