All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH] kas-meta-python2-ptest-image: add python2 test
@ 2020-01-22 15:10 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2020-01-22 15:10 UTC (permalink / raw)
  To: openembedded-devel

In addition to ping, ssh and ptest, run python2 test(s).

Run python2 before ptest (fail early).

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 kas-meta-python2-ptest-image.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kas-meta-python2-ptest-image.yml b/kas-meta-python2-ptest-image.yml
index 3a15add5..1dc0f4b8 100644
--- a/kas-meta-python2-ptest-image.yml
+++ b/kas-meta-python2-ptest-image.yml
@@ -14,7 +14,7 @@ local_conf_header:
     DISTRO_FEAURES_append = " ptest"
     EXTRA_IMAGE_FEATURES = "debug-tweaks"
     TESTIMAGE_AUTO = "1"
-    TEST_SUITES = " ping ssh ptest"
+    TEST_SUITES = " ping ssh python2 ptest"
     TEST_QEMUPARAMS += "-smp 4 -m 8192"
     TEST_RUNQEMUPARAMS += "kvm gl"
     IMAGE_ROOTFS_SIZE ?= "8192"
-- 
2.25.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-22 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 15:10 [meta-python2][PATCH] kas-meta-python2-ptest-image: add python2 test Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.