From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python2][zeus][PATCH 2/2] kas-meta-python2-ptest-image: add python2 test
Date: Wed, 29 Jan 2020 22:05:34 -0800 [thread overview]
Message-ID: <20200130060534.5679-2-ticotimo@gmail.com> (raw)
In-Reply-To: <20200130060534.5679-1-ticotimo@gmail.com>
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
prev parent reply other threads:[~2020-01-30 12:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-30 6:05 [meta-python2][zeus][PATCH 1/2] lib/oeqa/runtime/cases: add python2.py Tim Orling
2020-01-30 6:05 ` Tim Orling [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200130060534.5679-2-ticotimo@gmail.com \
--to=ticotimo@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.