summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/files
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-16 13:54:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-18 10:18:42 +0100
commitebad780985ce9bc8b11293ac90fc4d98b6ae0b2c (patch)
tree78ada461562c170856de66fc8f1ea5664e2c6561 /meta/lib/oeqa/files
parent731ce8c760a7f1376ba1b634db2e769206e5dae1 (diff)
downloadpoky-ebad780985ce9bc8b11293ac90fc4d98b6ae0b2c.tar.gz
oeqa/sdk/python: clean up Python test
For the same reasons as the runtime Python test, clean up the SDK test. Also port from Python 2 to Python 3, as that's what is supported now. (From OE-Core rev: bead742a3ffc0a53162fb0c36610d74a1422e7b3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/files')
-rw-r--r--meta/lib/oeqa/files/test.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/lib/oeqa/files/test.py b/meta/lib/oeqa/files/test.py
deleted file mode 100644
index f389225d72..0000000000
--- a/meta/lib/oeqa/files/test.py
+++ /dev/null
@@ -1,6 +0,0 @@
1import os
2
3os.system('touch /tmp/testfile.python')
4
5a = 9.01e+21 - 9.01e+21 + 0.01
6print("the value of a is %s" % a)