diff options
author | alperak <alperyasinak1@gmail.com> | 2024-03-04 19:37:20 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-04 08:56:51 -0800 |
commit | a808e15d6b706580a19f5d0454293606beeb80e6 (patch) | |
tree | ba041aa321aa92d6de7374aec380733241a67adf /meta-python/recipes-devtools/python/python3-wrapt | |
parent | ba6b8de1526dfaf624d06c4e2683781ca7675b8c (diff) | |
download | meta-openembedded-a808e15d6b706580a19f5d0454293606beeb80e6.tar.gz |
python3-wrapt: add ptest
* Tested on qemux86_64 and qemuarm64
* Add ptest into PTESTS_FAST_META_PYTHON
Ptest result:
qemux86-64:
Testsuite summary
TOTAL: 438
PASS: 438
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 17
END: /usr/lib/python3-wrapt/ptest
2024-03-04T16:09
STOP: ptest-runner
TOTAL: 1 FAIL: 0
qemuarm64:
Testsuite summary
TOTAL: 438
PASS: 438
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 17
END: /usr/lib/python3-wrapt/ptest
2024-03-04T16:18
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wrapt')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-wrapt/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wrapt/run-ptest b/meta-python/recipes-devtools/python/python3-wrapt/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wrapt/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||