summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pykickstart/files
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2025-04-27 10:39:26 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-26 20:00:55 -0700
commit93e03bcfd847f5987a21dbe6a6a25d5fe1cfc1a4 (patch)
tree2b236b44bf22942cca104c343312df9454d1d8d3 /meta-python/recipes-extended/python-pykickstart/files
parenta45637fe2adc3e731894c64efc267e1e5aeb45b0 (diff)
downloadmeta-openembedded-93e03bcfd847f5987a21dbe6a6a25d5fe1cfc1a4.tar.gz
python3-pykickstart: Add ptest support
# ./run-ptest PASS: tests/commands/test_authconfig.py:FC3_TestCase.runTest PASS: tests/commands/test_authconfig.py:F28_TestCase.runTest PASS: tests/commands/test_authconfig.py:F35_TestCase.runTest PASS: tests/commands/test_authselect.py:F28_TestCase.runTest PASS: tests/commands/test_autopart.py:AutoPart_TestCase.runTest PASS: tests/commands/test_autopart.py:FC3_TestCase.runTest PASS: tests/commands/test_autopart.py:F9_TestCase.runTest PASS: tests/commands/test_autopart.py:F12_TestCase.runTest [snip] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pykickstart/files')
-rwxr-xr-xmeta-python/recipes-extended/python-pykickstart/files/run-ptest3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pykickstart/files/run-ptest b/meta-python/recipes-extended/python-pykickstart/files/run-ptest
new file mode 100755
index 0000000000..289e68b054
--- /dev/null
+++ b/meta-python/recipes-extended/python-pykickstart/files/run-ptest
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3pytest --automake --deselect tests/test_packages.py::AddGroupsAndEnvironment_TestCase --deselect tests/commands/test_reboot.py::Reboot_TestCase