On 9/16/20 12:58 AM, Khem Raj wrote:
From: Zang Ruochen <zangrc.f...@cn.fujitsu.com>

Signed-off-by: Zang Ruochen <zangrc.f...@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.k...@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamb...@windriver.com>
---
  .../python/python3-test-generator/run-ptest      |  3 +++
  .../python/python3-test-generator_0.1.2.bb       | 16 +++++++++++++++-
  2 files changed, 18 insertions(+), 1 deletion(-)
  create mode 100644 
meta-python/recipes-devtools/python/python3-test-generator/run-ptest

diff --git 
a/meta-python/recipes-devtools/python/python3-test-generator/run-ptest 
b/meta-python/recipes-devtools/python/python3-test-generator/run-ptest
new file mode 100644
index 0000000000..5cec711696
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-test-generator/run-ptest
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pytest
diff --git 
a/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb 
b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb
index 14943a4bd5..a83ee5efc2 100644
--- a/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb
@@ -5,10 +5,24 @@ parsers that prevent any potentially malicious operation."
  LICENSE = "ISC"
  LIC_FILES_CHKSUM = "file://LICENSE;md5=041a2bff595d40ccb4b36356f89dab00"
+SRC_URI += " \
+       file://run-ptest \
+"
+
  SRC_URI[md5sum] = "6c69e73ba5b4b3ed62f7bcda071c64f1"
  SRC_URI[sha256sum] = 
"ad5925c814bfe79497b43df096e3bb52c166d1577f7aff160137301676232f4a"
-inherit pypi setuptools3
+inherit pypi setuptools3 ptest
+
+RDEPENDS_${PN}-ptest += " \
+       ${PYTHON_PN}-pytest \
+       ${PYTHON_PN}-mock \
+"
+
+do_install_ptest() {
+       install -d ${D}${PTEST_PATH}/tests
+       cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
DEPENDS += "python3-nose-native"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#87133): 
https://lists.openembedded.org/g/openembedded-devel/message/87133
Mute This Topic: https://lists.openembedded.org/mt/76881672/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to