aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-10-27 16:39:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:03:55 +0000
commit637b712096e9d230e15b1a432a561e4118db34c8 (patch)
tree3cdde5ee757e754a8651f0caa093680f4377ccd8 /meta
parentf099302efe8f222c3e4ae3604429f5ede4fd8c67 (diff)
downloadopenembedded-core-contrib-637b712096e9d230e15b1a432a561e4118db34c8.tar.gz
oeqa/runtime: Move to runtime_cases
The new oeqa core framework will modify the structure of the runtime folder the new runtime folder will have python code inside to support runtime test cases. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/runtime_cases/_ptest.py (renamed from meta/lib/oeqa/runtime/_ptest.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/_qemutiny.py (renamed from meta/lib/oeqa/runtime/_qemutiny.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/buildcvs.py (renamed from meta/lib/oeqa/runtime/buildcvs.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/buildgalculator.py (renamed from meta/lib/oeqa/runtime/buildgalculator.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/buildiptables.py (renamed from meta/lib/oeqa/runtime/buildiptables.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/connman.py (renamed from meta/lib/oeqa/runtime/connman.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/date.py (renamed from meta/lib/oeqa/runtime/date.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/df.py (renamed from meta/lib/oeqa/runtime/df.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/files/hellomod.c (renamed from meta/lib/oeqa/runtime/files/hellomod.c)0
-rw-r--r--meta/lib/oeqa/runtime_cases/files/hellomod_makefile (renamed from meta/lib/oeqa/runtime/files/hellomod_makefile)0
-rw-r--r--meta/lib/oeqa/runtime_cases/files/testmakefile (renamed from meta/lib/oeqa/runtime/files/testmakefile)0
-rw-r--r--meta/lib/oeqa/runtime_cases/gcc.py (renamed from meta/lib/oeqa/runtime/gcc.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/kernelmodule.py (renamed from meta/lib/oeqa/runtime/kernelmodule.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/ldd.py (renamed from meta/lib/oeqa/runtime/ldd.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/logrotate.py (renamed from meta/lib/oeqa/runtime/logrotate.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/multilib.py (renamed from meta/lib/oeqa/runtime/multilib.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/pam.py (renamed from meta/lib/oeqa/runtime/pam.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/parselogs.py (renamed from meta/lib/oeqa/runtime/parselogs.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/perl.py (renamed from meta/lib/oeqa/runtime/perl.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/ping.py (renamed from meta/lib/oeqa/runtime/ping.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/python.py (renamed from meta/lib/oeqa/runtime/python.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/rpm.py (renamed from meta/lib/oeqa/runtime/rpm.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/scanelf.py (renamed from meta/lib/oeqa/runtime/scanelf.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/scp.py (renamed from meta/lib/oeqa/runtime/scp.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/skeletoninit.py (renamed from meta/lib/oeqa/runtime/skeletoninit.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/smart.py (renamed from meta/lib/oeqa/runtime/smart.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/ssh.py (renamed from meta/lib/oeqa/runtime/ssh.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/syslog.py (renamed from meta/lib/oeqa/runtime/syslog.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/systemd.py (renamed from meta/lib/oeqa/runtime/systemd.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/x32lib.py (renamed from meta/lib/oeqa/runtime/x32lib.py)0
-rw-r--r--meta/lib/oeqa/runtime_cases/xorg.py (renamed from meta/lib/oeqa/runtime/xorg.py)0
31 files changed, 0 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/_ptest.py b/meta/lib/oeqa/runtime_cases/_ptest.py
index a2432517e3..a2432517e3 100644
--- a/meta/lib/oeqa/runtime/_ptest.py
+++ b/meta/lib/oeqa/runtime_cases/_ptest.py
diff --git a/meta/lib/oeqa/runtime/_qemutiny.py b/meta/lib/oeqa/runtime_cases/_qemutiny.py
index a3c29f3572..a3c29f3572 100644
--- a/meta/lib/oeqa/runtime/_qemutiny.py
+++ b/meta/lib/oeqa/runtime_cases/_qemutiny.py
diff --git a/meta/lib/oeqa/runtime/buildcvs.py b/meta/lib/oeqa/runtime_cases/buildcvs.py
index a5ca3a5b37..a5ca3a5b37 100644
--- a/meta/lib/oeqa/runtime/buildcvs.py
+++ b/meta/lib/oeqa/runtime_cases/buildcvs.py
diff --git a/meta/lib/oeqa/runtime/buildgalculator.py b/meta/lib/oeqa/runtime_cases/buildgalculator.py
index 20f0a79367..20f0a79367 100644
--- a/meta/lib/oeqa/runtime/buildgalculator.py
+++ b/meta/lib/oeqa/runtime_cases/buildgalculator.py
diff --git a/meta/lib/oeqa/runtime/buildiptables.py b/meta/lib/oeqa/runtime_cases/buildiptables.py
index a0e82f0dde..a0e82f0dde 100644
--- a/meta/lib/oeqa/runtime/buildiptables.py
+++ b/meta/lib/oeqa/runtime_cases/buildiptables.py
diff --git a/meta/lib/oeqa/runtime/connman.py b/meta/lib/oeqa/runtime_cases/connman.py
index 003fefe2ce..003fefe2ce 100644
--- a/meta/lib/oeqa/runtime/connman.py
+++ b/meta/lib/oeqa/runtime_cases/connman.py
diff --git a/meta/lib/oeqa/runtime/date.py b/meta/lib/oeqa/runtime_cases/date.py
index 6f3516a92f..6f3516a92f 100644
--- a/meta/lib/oeqa/runtime/date.py
+++ b/meta/lib/oeqa/runtime_cases/date.py
diff --git a/meta/lib/oeqa/runtime/df.py b/meta/lib/oeqa/runtime_cases/df.py
index 09569d5ff6..09569d5ff6 100644
--- a/meta/lib/oeqa/runtime/df.py
+++ b/meta/lib/oeqa/runtime_cases/df.py
diff --git a/meta/lib/oeqa/runtime/files/hellomod.c b/meta/lib/oeqa/runtime_cases/files/hellomod.c
index a383397e93..a383397e93 100644
--- a/meta/lib/oeqa/runtime/files/hellomod.c
+++ b/meta/lib/oeqa/runtime_cases/files/hellomod.c
diff --git a/meta/lib/oeqa/runtime/files/hellomod_makefile b/meta/lib/oeqa/runtime_cases/files/hellomod_makefile
index b92d5c8fe0..b92d5c8fe0 100644
--- a/meta/lib/oeqa/runtime/files/hellomod_makefile
+++ b/meta/lib/oeqa/runtime_cases/files/hellomod_makefile
diff --git a/meta/lib/oeqa/runtime/files/testmakefile b/meta/lib/oeqa/runtime_cases/files/testmakefile
index ca1844e930..ca1844e930 100644
--- a/meta/lib/oeqa/runtime/files/testmakefile
+++ b/meta/lib/oeqa/runtime_cases/files/testmakefile
diff --git a/meta/lib/oeqa/runtime/gcc.py b/meta/lib/oeqa/runtime_cases/gcc.py
index 6edb89f6f2..6edb89f6f2 100644
--- a/meta/lib/oeqa/runtime/gcc.py
+++ b/meta/lib/oeqa/runtime_cases/gcc.py
diff --git a/meta/lib/oeqa/runtime/kernelmodule.py b/meta/lib/oeqa/runtime_cases/kernelmodule.py
index 2ac1bc93d4..2ac1bc93d4 100644
--- a/meta/lib/oeqa/runtime/kernelmodule.py
+++ b/meta/lib/oeqa/runtime_cases/kernelmodule.py
diff --git a/meta/lib/oeqa/runtime/ldd.py b/meta/lib/oeqa/runtime_cases/ldd.py
index 47b3885df2..47b3885df2 100644
--- a/meta/lib/oeqa/runtime/ldd.py
+++ b/meta/lib/oeqa/runtime_cases/ldd.py
diff --git a/meta/lib/oeqa/runtime/logrotate.py b/meta/lib/oeqa/runtime_cases/logrotate.py
index 063280b5f7..063280b5f7 100644
--- a/meta/lib/oeqa/runtime/logrotate.py
+++ b/meta/lib/oeqa/runtime_cases/logrotate.py
diff --git a/meta/lib/oeqa/runtime/multilib.py b/meta/lib/oeqa/runtime_cases/multilib.py
index 5cce24f5f4..5cce24f5f4 100644
--- a/meta/lib/oeqa/runtime/multilib.py
+++ b/meta/lib/oeqa/runtime_cases/multilib.py
diff --git a/meta/lib/oeqa/runtime/pam.py b/meta/lib/oeqa/runtime_cases/pam.py
index b7f2dfa49b..b7f2dfa49b 100644
--- a/meta/lib/oeqa/runtime/pam.py
+++ b/meta/lib/oeqa/runtime_cases/pam.py
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime_cases/parselogs.py
index cc2d0617f5..cc2d0617f5 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime_cases/parselogs.py
diff --git a/meta/lib/oeqa/runtime/perl.py b/meta/lib/oeqa/runtime_cases/perl.py
index 6bf98f1ccb..6bf98f1ccb 100644
--- a/meta/lib/oeqa/runtime/perl.py
+++ b/meta/lib/oeqa/runtime_cases/perl.py
diff --git a/meta/lib/oeqa/runtime/ping.py b/meta/lib/oeqa/runtime_cases/ping.py
index 0f27447926..0f27447926 100644
--- a/meta/lib/oeqa/runtime/ping.py
+++ b/meta/lib/oeqa/runtime_cases/ping.py
diff --git a/meta/lib/oeqa/runtime/python.py b/meta/lib/oeqa/runtime_cases/python.py
index 93e822c71c..93e822c71c 100644
--- a/meta/lib/oeqa/runtime/python.py
+++ b/meta/lib/oeqa/runtime_cases/python.py
diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime_cases/rpm.py
index f1c4763fc0..f1c4763fc0 100644
--- a/meta/lib/oeqa/runtime/rpm.py
+++ b/meta/lib/oeqa/runtime_cases/rpm.py
diff --git a/meta/lib/oeqa/runtime/scanelf.py b/meta/lib/oeqa/runtime_cases/scanelf.py
index 67e02ff455..67e02ff455 100644
--- a/meta/lib/oeqa/runtime/scanelf.py
+++ b/meta/lib/oeqa/runtime_cases/scanelf.py
diff --git a/meta/lib/oeqa/runtime/scp.py b/meta/lib/oeqa/runtime_cases/scp.py
index cf36cfa5d5..cf36cfa5d5 100644
--- a/meta/lib/oeqa/runtime/scp.py
+++ b/meta/lib/oeqa/runtime_cases/scp.py
diff --git a/meta/lib/oeqa/runtime/skeletoninit.py b/meta/lib/oeqa/runtime_cases/skeletoninit.py
index cb0cb9b4cf..cb0cb9b4cf 100644
--- a/meta/lib/oeqa/runtime/skeletoninit.py
+++ b/meta/lib/oeqa/runtime_cases/skeletoninit.py
diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime_cases/smart.py
index dde1c4d792..dde1c4d792 100644
--- a/meta/lib/oeqa/runtime/smart.py
+++ b/meta/lib/oeqa/runtime_cases/smart.py
diff --git a/meta/lib/oeqa/runtime/ssh.py b/meta/lib/oeqa/runtime_cases/ssh.py
index 0e76d5d512..0e76d5d512 100644
--- a/meta/lib/oeqa/runtime/ssh.py
+++ b/meta/lib/oeqa/runtime_cases/ssh.py
diff --git a/meta/lib/oeqa/runtime/syslog.py b/meta/lib/oeqa/runtime_cases/syslog.py
index 8f550329e7..8f550329e7 100644
--- a/meta/lib/oeqa/runtime/syslog.py
+++ b/meta/lib/oeqa/runtime_cases/syslog.py
diff --git a/meta/lib/oeqa/runtime/systemd.py b/meta/lib/oeqa/runtime_cases/systemd.py
index 52feb1b31e..52feb1b31e 100644
--- a/meta/lib/oeqa/runtime/systemd.py
+++ b/meta/lib/oeqa/runtime_cases/systemd.py
diff --git a/meta/lib/oeqa/runtime/x32lib.py b/meta/lib/oeqa/runtime_cases/x32lib.py
index 2f98dbf71e..2f98dbf71e 100644
--- a/meta/lib/oeqa/runtime/x32lib.py
+++ b/meta/lib/oeqa/runtime_cases/x32lib.py
diff --git a/meta/lib/oeqa/runtime/xorg.py b/meta/lib/oeqa/runtime_cases/xorg.py
index 12bcd371af..12bcd371af 100644
--- a/meta/lib/oeqa/runtime/xorg.py
+++ b/meta/lib/oeqa/runtime_cases/xorg.py