From 2b0b2c37da795ae77d006308c96a054734ab6d24 Mon Sep 17 00:00:00 2001 From: duerpei Date: Wed, 12 Oct 2022 10:42:44 +0800 Subject: agl-test-framework: add LTPBase class 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 Change-Id: I683aaca37ddfb84a12e570a8918934ea8391ded6 --- tests/LTP/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/LTP/__init__.py (limited to 'tests/LTP/__init__.py') diff --git a/tests/LTP/__init__.py b/tests/LTP/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit 1.2.3-korg