support/testing: use TestPythonPackageBase for python-txaio
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sat, 10 Nov 2018 02:16:07 +0000 (00:16 -0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 13 Nov 2018 19:55:45 +0000 (20:55 +0100)
commitac4a0529681707a6c1ad19d7cc4b2e24d5d921ad
treed2e5a8833e711fa0a929c00e1ef920cf6114df33
parent0f98e58caccef50612df83604397b3537af57526
support/testing: use TestPythonPackageBase for python-txaio

Move the test scripts to be run on the target from inline in the test
case to a separate file.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Asaf Kahlon <asafka7@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/sample_python_txaio_asyncio.py [new file with mode: 0644]
support/testing/tests/package/sample_python_txaio_twisted.py [new file with mode: 0644]
support/testing/tests/package/test_python_txaio.py