From 4bc58fc5cc29a5deae8ede984ab8e68e7874f615 Mon Sep 17 00:00:00 2001 From: yanxk Date: Sun, 14 Aug 2022 11:49:05 +0800 Subject: agl-test-framework: enable ptest of 'openssl' Base on the agl-test-framework, the ptest results of 'openssl' can now be collected, analyzed and then reported. Here are 3 samples that the output result might look like: tests/openssl/run_tests.py::test_openssl[30-test_evp_fetch_prov] PASSED tests/openssl/run_tests.py::test_openssl[30-test_evp_kdf] PASSED tests/openssl/run_tests.py::test_openssl[30-test_evp_libctx] PASSED Bug-AGL: SPEC-4345 Signed-off-by: yanxk Change-Id: Id28a36ce081e8cfb49dcb7af8db369244f1fd258 --- tests/openssl/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/openssl/__init__.py (limited to 'tests/openssl/__init__.py') diff --git a/tests/openssl/__init__.py b/tests/openssl/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/openssl/__init__.py @@ -0,0 +1 @@ + -- cgit 1.2.3-korg