diff options
author | yanxk <yanxk.fnst@fujitsu.com> | 2022-08-14 11:49:05 +0800 |
---|---|---|
committer | yanxk <yanxk.fnst@fujitsu.com> | 2022-08-14 11:49:05 +0800 |
commit | 4bc58fc5cc29a5deae8ede984ab8e68e7874f615 (patch) | |
tree | 06d92e1f36c4af4da169e36141bff0c607905e63 /tests/openssl/__init__.py | |
parent | 4f19f467865cd3b6b49ce5c39502a031525cfc16 (diff) |
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 <yanxk.fnst@fujitsu.com>
Change-Id: Id28a36ce081e8cfb49dcb7af8db369244f1fd258
Diffstat (limited to 'tests/openssl/__init__.py')
-rw-r--r-- | tests/openssl/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ + |