aboutsummaryrefslogtreecommitdiffstats
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:13:30 +0100
commitbead742a3ffc0a53162fb0c36610d74a1422e7b3 (patch)
treef03e3ccf96eddad98a37c65602920eeaf18ac0ee /meta/lib/oeqa/files
parenta35be5f32b4fe70b18ac1e2eccfd94558cecfbba (diff)
downloadopenembedded-core-contrib-bead742a3ffc0a53162fb0c36610d74a1422e7b3.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. Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
-import os
-
-os.system('touch /tmp/testfile.python')
-
-a = 9.01e+21 - 9.01e+21 + 0.01
-print("the value of a is %s" % a)