aboutsummaryrefslogtreecommitdiffstats
path: root/kas-meta-python2-ptest-image.yml
AgeCommit message (Collapse)Author
2020-01-22kas-meta-python2-ptest-image: add python2 testTim Orling
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>
2019-12-01python-cryptography: fix ptest dependencyTim Orling
ptest depends on python-hypothesis NOTE: these tests are compute and memory hungry, it is known that 4096 MB is not enough RAM. For testimage, add the following to your local.conf: TEST_QEMUPARAMS += "-smp 4 -m 8192" TEST_RUNQEMUPARAMS += "kvm gl" For runqemu, run with something like: $ runqemu kvm gl qemuparams="-smp 4 -m 8192" meta-python2-ptest-image While we are at it, fix kas-meta-python2-ptest-image.yml Signed-off-by: Tim Orling <ticotimo@gmail.com>
2019-12-01Enhance README, add kas, Pipfile and gitlabTim Orling
Add strong language about the EOL of Python2 to the README. Also include information about 'kas', 'Pipfile' and .gitlab-ci.yml Assuming Derek is not on-board as a maintainer, so removing. Signed-off-by: Tim Orling <ticotimo@gmail.com>