meta-agl-test: provide pytest-order for framework 35/28235/2
authoryanxk <yanxk.fnst@fujitsu.com>
Sun, 11 Sep 2022 06:08:00 +0000 (14:08 +0800)
committerXinkuan Yan <yanxk.fnst@fujitsu.com>
Fri, 9 Dec 2022 06:12:09 +0000 (06:12 +0000)
pytest-order is now ready for the framework to use.

it is now migrated into agl-test-framework.

Bug-AGL: SPEC-4345

Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Change-Id: If5dbd30be3227086200469b394f78cc5df745317

meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb [new file with mode: 0644]
meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bb

diff --git a/meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb b/meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb
new file mode 100644 (file)
index 0000000..3524d4d
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "pytest plugin for test sequence."
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=759a21ef176b699c267d76f658c38340"
+
+SRC_URI[sha256sum] = "5dd6b929fbd7eaa6d0ee07586f65c623babb0afe72b4843c5f15055d6b3b1b1f"
+
+PYPI_PACKAGE = "pytest-order"
+
+inherit pypi python_setuptools_build_meta
+
+RDEPENDS:${PN} += " \
+    ${PYTHON_PN}-pytest \
+"
+
+BBCLASSEXTEND = "native nativesdk"
index e253e2a..3360e01 100644 (file)
@@ -38,4 +38,5 @@ do_install:append() {
 RDEPENDS:${PN} += " \
        python3-pytest \
        python3-jinja2 \
+    python3-pytest-order \
 "