From 8d3640b90dca79f7a79b3a62de5cf5326577434e Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Wed, 9 Nov 2016 14:57:40 -0600 Subject: oeqa: Move common files to oeqa/files instead of runtime only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/files/test.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta/lib/oeqa/runtime/files/test.py (limited to 'meta/lib/oeqa/runtime/files/test.py') 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 @@ -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) -- cgit v1.2.3-54-g00ecf