diff options
author | Tim Orling <ticotimo@gmail.com> | 2020-01-22 07:06:09 -0800 |
---|---|---|
committer | Tim Orling <ticotimo@gmail.com> | 2020-01-29 22:04:57 -0800 |
commit | 4400f9155ec193d028208cf0c66aeed2ba2b00ab (patch) | |
tree | 7d4a8a0adb44ca0a830cbb944267f1208ae26471 | |
parent | ca37c2bfb02708f2513c8d86a661b1c784711b1b (diff) | |
download | meta-python2-zeus.tar.gz |
kas-meta-python2-ptest-image: add python2 testzeus
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>
-rw-r--r-- | kas-meta-python2-ptest-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |