summaryrefslogtreecommitdiff
path: root/tests/20-live-basic_die.py
Commit message (Collapse)AuthorAgeFilesLines
* python: add support for Python 3.xPaul Moore2017-02-031-0/+1
| | | | | | | | | | | This patch adds the necessary tweaks to support building against Python v2.x and v3.x. In the process we also fix some problems with the Python live tests; it is unclear when they broke, but they are working now. Tested on Python v2.7.13 and v3.6.0. Signed-off-by: Paul Moore <paul@paul-moore.com>
* all: update my email addressPaul Moore2016-02-111-1/+1
| | | | | | | Employer agnostic emails make things a lot easier in the long run so make sure the paul-moore.com address is used whenever it makes sense. Signed-off-by: Paul Moore <paul@paul-moore.com>
* s390x: fix python testsJan Willeke2015-08-061-0/+1
| | | | | | | | The s390 glib c uses more / different syscalls, thus the test have to allow more to work on s390. Signed-off-by: Jan Willeke <willeke@linux.vnet.ibm.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-2/+2
| | | | | | | | This patch adds support for AArch64 (64-bit ARM) architecture. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> (Additional fixes/corrections/etc.) Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: add the execute bit to some python testsPaul Moore2013-02-191-0/+0
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: add some basic live testsPaul Moore2013-02-071-0/+48
Signed-off-by: Paul Moore <pmoore@redhat.com>