From ec73e8a3d3149f3866b7bfc06f169c6e05e2d338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= 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] Signed-off-by: Aníbal Limón Signed-off-by: Mariano Lopez --- 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