summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/files/test.py')
-rw-r--r--meta/lib/oeqa/runtime/files/test.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/files/test.py b/meta/lib/oeqa/runtime/files/test.py
new file mode 100644
index 0000000000..f3a2273c52
--- /dev/null
+++ b/meta/lib/oeqa/runtime/files/test.py
@@ -0,0 +1,6 @@
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