summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/test.py
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-11-09 14:57:40 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:05:19 +0000
commit8d3640b90dca79f7a79b3a62de5cf5326577434e (patch)
tree1fbba5218153dc57d908a25335081674c713bbf2 /meta/lib/oeqa/runtime/files/test.py
parentbbb7366db3a631eed786c86a1c627e00c927f0b4 (diff)
downloadpoky-8d3640b90dca79f7a79b3a62de5cf5326577434e.tar.gz
oeqa: Move common files to oeqa/files instead of runtime only
Those files are used by runtime and sdk test cases, so move to base directory of oeqa module. [YOCTO #10599] (From OE-Core rev: ec73e8a3d3149f3866b7bfc06f169c6e05e2d338) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/files/test.py')
-rw-r--r--meta/lib/oeqa/runtime/files/test.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/lib/oeqa/runtime/files/test.py b/meta/lib/oeqa/runtime/files/test.py
deleted file mode 100644
index f389225d72..0000000000
--- a/meta/lib/oeqa/runtime/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)