summaryrefslogtreecommitdiffstats
path: root/meta-python/conf/include
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-06-03 13:47:01 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-03 12:05:24 -0700
commit0e456ad6b3eaba314a78ae3e835b8650d39e9673 (patch)
treee31a6be3069b02fe0388d86a971e8b881c9e4657 /meta-python/conf/include
parent446560ab41de5e29ef5dfb556de1149e76a80367 (diff)
downloadmeta-openembedded-0e456ad6b3eaba314a78ae3e835b8650d39e9673.tar.gz
python3-dasbus: Add ptest support
#./run-ptest PASS: tests/test_client.py:DBusClientTestCase.test_async_method PASS: tests/test_client.py:DBusClientTestCase.test_error PASS: tests/test_client.py:DBusClientTestCase.test_interface_proxy PASS: tests/test_client.py:DBusClientTestCase.test_introspect PASS: tests/test_client.py:DBusClientTestCase.test_invalid_method_result PASS: tests/test_client.py:DBusClientTestCase.test_method PASS: tests/test_client.py:DBusClientTestCase.test_property PASS: tests/test_client.py:DBusClientTestCase.test_signal PASS: tests/test_client.py:DBusClientTestCase.test_variant_type_factory [snip] ============================================================================ Testsuite summary # TOTAL: 162 # PASS: 162 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf/include')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 2e701dc152..bdcd658d98 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -17,6 +17,7 @@ PTESTS_FAST_META_PYTHON = "\
17 python3-cachetools \ 17 python3-cachetools \
18 python3-cbor2 \ 18 python3-cbor2 \
19 python3-click \ 19 python3-click \
20 python3-dasbus \
20 python3-dominate \ 21 python3-dominate \
21 python3-execnet \ 22 python3-execnet \
22 python3-flask \ 23 python3-flask \