Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] recipes-multimedia/gstreamer: Add gst-validate recipe
@ 2017-11-22 21:31 Aníbal Limón
  2017-11-22 22:05 ` ✗ patchtest: failure for " Patchwork
  2017-11-22 22:46 ` [PATCH] " Burton, Ross
  0 siblings, 2 replies; 4+ messages in thread
From: Aníbal Limón @ 2017-11-22 21:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Aníbal Limón

From: Aníbal Limón <anibal.limon@linaro.org>

The gst-validate is a tool to run integration tests of Gstreamer
components [1].

[1]
https://blogs.gnome.org/tsaunier/2014/04/21/gst-validate-a-suite-of-tools-to-run-integration-tests-for-gstreamer-2/

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
---
 .../recipes-multimedia/gstreamer/gst-validate_1.12.3.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb

diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb
new file mode 100644
index 0000000000..7477bf7a4e
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb
@@ -0,0 +1,17 @@
+SUMARRY = "Gstreamer validation tool"
+DESCRIPTION = "A Tool to test GStreamer components"
+HOMEPAGE = "https://gstreamer.freedesktop.org/releases/gst-validate/1.12.3.html"
+SECTION = "multimedia"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
+
+SRC_URI = "https://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "623edc479a1e5c1e76bd7e1cf8393253"
+SRC_URI[sha256sum] = "5139949d20274fdd702492438eeab2c9e55aa82f60aca17db27ebd3faf08489e"
+
+DEPENDS = "json-glib glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base"
+
+FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*"
+
+inherit pkgconfig gettext autotools gobject-introspection gtk-doc
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* ✗ patchtest: failure for recipes-multimedia/gstreamer: Add gst-validate recipe
  2017-11-22 21:31 [PATCH] recipes-multimedia/gstreamer: Add gst-validate recipe Aníbal Limón
@ 2017-11-22 22:05 ` Patchwork
  2017-11-22 22:46 ` [PATCH] " Burton, Ross
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2017-11-22 22:05 UTC (permalink / raw)
  To: Aníbal Limón; +Cc: openembedded-core

== Series Details ==

Series: recipes-multimedia/gstreamer: Add gst-validate recipe
Revision: 1
URL   : https://patchwork.openembedded.org/series/9926/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             SUMMARY is missing in newly added recipe [test_summary_presence] 
  Suggested fix    Specify the variable SUMMARY in gst-validate



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] recipes-multimedia/gstreamer: Add gst-validate recipe
  2017-11-22 21:31 [PATCH] recipes-multimedia/gstreamer: Add gst-validate recipe Aníbal Limón
  2017-11-22 22:05 ` ✗ patchtest: failure for " Patchwork
@ 2017-11-22 22:46 ` Burton, Ross
  2017-11-23  9:38   ` Alexander Kanavin
  1 sibling, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2017-11-22 22:46 UTC (permalink / raw)
  To: Aníbal Limón; +Cc: Aníbal Limón, OE-core

[-- Attachment #1: Type: text/plain, Size: 2215 bytes --]

Patchtest already told you about the SUMMARY typo.  I've been meaning to
look at this for automated gstreamer QA, would you say this would be simple
enough and there would be value in integrating this into oe-selftest?

Ross

On 22 November 2017 at 21:31, Aníbal Limón <limon.anibal@gmail.com> wrote:

> From: Aníbal Limón <anibal.limon@linaro.org>
>
> The gst-validate is a tool to run integration tests of Gstreamer
> components [1].
>
> [1]
> https://blogs.gnome.org/tsaunier/2014/04/21/gst-
> validate-a-suite-of-tools-to-run-integration-tests-for-gstreamer-2/
>
> Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
> ---
>  .../recipes-multimedia/gstreamer/gst-validate_1.12.3.bb | 17
> +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.
> bb
>
> diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb
> b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb
> new file mode 100644
> index 0000000000..7477bf7a4e
> --- /dev/null
> +++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb
> @@ -0,0 +1,17 @@
> +SUMARRY = "Gstreamer validation tool"
> +DESCRIPTION = "A Tool to test GStreamer components"
> +HOMEPAGE = "https://gstreamer.freedesktop.org/releases/gst-
> validate/1.12.3.html"
> +SECTION = "multimedia"
> +
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
> +
> +SRC_URI = "https://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.xz
> "
> +SRC_URI[md5sum] = "623edc479a1e5c1e76bd7e1cf8393253"
> +SRC_URI[sha256sum] = "5139949d20274fdd702492438eeab2
> c9e55aa82f60aca17db27ebd3faf08489e"
> +
> +DEPENDS = "json-glib glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base"
> +
> +FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/*
> ${libdir}/gstreamer-1.0/*"
> +
> +inherit pkgconfig gettext autotools gobject-introspection gtk-doc
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3965 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] recipes-multimedia/gstreamer: Add gst-validate recipe
  2017-11-22 22:46 ` [PATCH] " Burton, Ross
@ 2017-11-23  9:38   ` Alexander Kanavin
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Kanavin @ 2017-11-23  9:38 UTC (permalink / raw)
  To: Burton, Ross, Aníbal Limón; +Cc: Aníbal Limón, OE-core

On 11/23/2017 12:46 AM, Burton, Ross wrote:
> Patchtest already told you about the SUMMARY typo.  I've been meaning to 
> look at this for automated gstreamer QA, would you say this would be 
> simple enough and there would be value in integrating this into oe-selftest?

We have a bug for improving gstreamer testing too, jku made a few points:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=11418

Alex


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-23  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22 21:31 [PATCH] recipes-multimedia/gstreamer: Add gst-validate recipe Aníbal Limón
2017-11-22 22:05 ` ✗ patchtest: failure for " Patchwork
2017-11-22 22:46 ` [PATCH] " Burton, Ross
2017-11-23  9:38   ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox