From: Aníbal Limón Date: Thu, 27 Oct 2016 21:39:47 +0000 (-0500) Subject: oeqa/runtime: Move to runtime_cases X-Git-Tag: uninative-1.5~690 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=637b712096e9d230e15b1a432a561e4118db34c8;p=openembedded-core.git 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 --- diff --git a/meta/lib/oeqa/runtime/_ptest.py b/meta/lib/oeqa/runtime_cases/_ptest.py similarity index 100% rename from meta/lib/oeqa/runtime/_ptest.py rename to meta/lib/oeqa/runtime_cases/_ptest.py diff --git a/meta/lib/oeqa/runtime/_qemutiny.py b/meta/lib/oeqa/runtime_cases/_qemutiny.py similarity index 100% rename from meta/lib/oeqa/runtime/_qemutiny.py rename to meta/lib/oeqa/runtime_cases/_qemutiny.py diff --git a/meta/lib/oeqa/runtime/buildcvs.py b/meta/lib/oeqa/runtime_cases/buildcvs.py similarity index 100% rename from meta/lib/oeqa/runtime/buildcvs.py rename to meta/lib/oeqa/runtime_cases/buildcvs.py diff --git a/meta/lib/oeqa/runtime/buildgalculator.py b/meta/lib/oeqa/runtime_cases/buildgalculator.py similarity index 100% rename from meta/lib/oeqa/runtime/buildgalculator.py rename to meta/lib/oeqa/runtime_cases/buildgalculator.py diff --git a/meta/lib/oeqa/runtime/buildiptables.py b/meta/lib/oeqa/runtime_cases/buildiptables.py similarity index 100% rename from meta/lib/oeqa/runtime/buildiptables.py rename to meta/lib/oeqa/runtime_cases/buildiptables.py diff --git a/meta/lib/oeqa/runtime/connman.py b/meta/lib/oeqa/runtime_cases/connman.py similarity index 100% rename from meta/lib/oeqa/runtime/connman.py rename to meta/lib/oeqa/runtime_cases/connman.py diff --git a/meta/lib/oeqa/runtime/date.py b/meta/lib/oeqa/runtime_cases/date.py similarity index 100% rename from meta/lib/oeqa/runtime/date.py rename to meta/lib/oeqa/runtime_cases/date.py diff --git a/meta/lib/oeqa/runtime/df.py b/meta/lib/oeqa/runtime_cases/df.py similarity index 100% rename from meta/lib/oeqa/runtime/df.py rename to 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 similarity index 100% rename from meta/lib/oeqa/runtime/files/hellomod.c rename to 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 similarity index 100% rename from meta/lib/oeqa/runtime/files/hellomod_makefile rename to 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 similarity index 100% rename from meta/lib/oeqa/runtime/files/testmakefile rename to meta/lib/oeqa/runtime_cases/files/testmakefile diff --git a/meta/lib/oeqa/runtime/gcc.py b/meta/lib/oeqa/runtime_cases/gcc.py similarity index 100% rename from meta/lib/oeqa/runtime/gcc.py rename to meta/lib/oeqa/runtime_cases/gcc.py diff --git a/meta/lib/oeqa/runtime/kernelmodule.py b/meta/lib/oeqa/runtime_cases/kernelmodule.py similarity index 100% rename from meta/lib/oeqa/runtime/kernelmodule.py rename to meta/lib/oeqa/runtime_cases/kernelmodule.py diff --git a/meta/lib/oeqa/runtime/ldd.py b/meta/lib/oeqa/runtime_cases/ldd.py similarity index 100% rename from meta/lib/oeqa/runtime/ldd.py rename to meta/lib/oeqa/runtime_cases/ldd.py diff --git a/meta/lib/oeqa/runtime/logrotate.py b/meta/lib/oeqa/runtime_cases/logrotate.py similarity index 100% rename from meta/lib/oeqa/runtime/logrotate.py rename to meta/lib/oeqa/runtime_cases/logrotate.py diff --git a/meta/lib/oeqa/runtime/multilib.py b/meta/lib/oeqa/runtime_cases/multilib.py similarity index 100% rename from meta/lib/oeqa/runtime/multilib.py rename to meta/lib/oeqa/runtime_cases/multilib.py diff --git a/meta/lib/oeqa/runtime/pam.py b/meta/lib/oeqa/runtime_cases/pam.py similarity index 100% rename from meta/lib/oeqa/runtime/pam.py rename to meta/lib/oeqa/runtime_cases/pam.py diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime_cases/parselogs.py similarity index 100% rename from meta/lib/oeqa/runtime/parselogs.py rename to meta/lib/oeqa/runtime_cases/parselogs.py diff --git a/meta/lib/oeqa/runtime/perl.py b/meta/lib/oeqa/runtime_cases/perl.py similarity index 100% rename from meta/lib/oeqa/runtime/perl.py rename to meta/lib/oeqa/runtime_cases/perl.py diff --git a/meta/lib/oeqa/runtime/ping.py b/meta/lib/oeqa/runtime_cases/ping.py similarity index 100% rename from meta/lib/oeqa/runtime/ping.py rename to meta/lib/oeqa/runtime_cases/ping.py diff --git a/meta/lib/oeqa/runtime/python.py b/meta/lib/oeqa/runtime_cases/python.py similarity index 100% rename from meta/lib/oeqa/runtime/python.py rename to meta/lib/oeqa/runtime_cases/python.py diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime_cases/rpm.py similarity index 100% rename from meta/lib/oeqa/runtime/rpm.py rename to meta/lib/oeqa/runtime_cases/rpm.py diff --git a/meta/lib/oeqa/runtime/scanelf.py b/meta/lib/oeqa/runtime_cases/scanelf.py similarity index 100% rename from meta/lib/oeqa/runtime/scanelf.py rename to meta/lib/oeqa/runtime_cases/scanelf.py diff --git a/meta/lib/oeqa/runtime/scp.py b/meta/lib/oeqa/runtime_cases/scp.py similarity index 100% rename from meta/lib/oeqa/runtime/scp.py rename to meta/lib/oeqa/runtime_cases/scp.py diff --git a/meta/lib/oeqa/runtime/skeletoninit.py b/meta/lib/oeqa/runtime_cases/skeletoninit.py similarity index 100% rename from meta/lib/oeqa/runtime/skeletoninit.py rename to meta/lib/oeqa/runtime_cases/skeletoninit.py diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime_cases/smart.py similarity index 100% rename from meta/lib/oeqa/runtime/smart.py rename to meta/lib/oeqa/runtime_cases/smart.py diff --git a/meta/lib/oeqa/runtime/ssh.py b/meta/lib/oeqa/runtime_cases/ssh.py similarity index 100% rename from meta/lib/oeqa/runtime/ssh.py rename to meta/lib/oeqa/runtime_cases/ssh.py diff --git a/meta/lib/oeqa/runtime/syslog.py b/meta/lib/oeqa/runtime_cases/syslog.py similarity index 100% rename from meta/lib/oeqa/runtime/syslog.py rename to meta/lib/oeqa/runtime_cases/syslog.py diff --git a/meta/lib/oeqa/runtime/systemd.py b/meta/lib/oeqa/runtime_cases/systemd.py similarity index 100% rename from meta/lib/oeqa/runtime/systemd.py rename to meta/lib/oeqa/runtime_cases/systemd.py diff --git a/meta/lib/oeqa/runtime/x32lib.py b/meta/lib/oeqa/runtime_cases/x32lib.py similarity index 100% rename from meta/lib/oeqa/runtime/x32lib.py rename to meta/lib/oeqa/runtime_cases/x32lib.py diff --git a/meta/lib/oeqa/runtime/xorg.py b/meta/lib/oeqa/runtime_cases/xorg.py similarity index 100% rename from meta/lib/oeqa/runtime/xorg.py rename to meta/lib/oeqa/runtime_cases/xorg.py