diff options
author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2018-11-10 00:16:08 -0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-13 20:55:45 +0100 |
commit | 6a24761c72e164e776056b891532e8d6a276e37f (patch) | |
tree | d12a995a7fb500fdfcb620665b26957a9f0bb9be /support/testing/tests/package/sample_python_txtorcon.py | |
parent | ac4a0529681707a6c1ad19d7cc4b2e24d5d921ad (diff) | |
download | buildroot-6a24761c72e164e776056b891532e8d6a276e37f.tar.gz buildroot-6a24761c72e164e776056b891532e8d6a276e37f.zip |
support/testing: use TestPythonPackageBase for python-txtorcon
Move the test script 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>
Diffstat (limited to 'support/testing/tests/package/sample_python_txtorcon.py')
-rw-r--r-- | support/testing/tests/package/sample_python_txtorcon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/testing/tests/package/sample_python_txtorcon.py b/support/testing/tests/package/sample_python_txtorcon.py new file mode 100644 index 0000000000..c4a2ae6f5b --- /dev/null +++ b/support/testing/tests/package/sample_python_txtorcon.py @@ -0,0 +1 @@ +import txtorcon # noqa |