From: Aníbal Limón Date: Thu, 25 May 2017 17:22:22 +0000 (-0500) Subject: oeqa/selftest: Move base class to case module X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3d97414c8166d09065f6f7f45e3260ce405692;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/selftest: Move base class to case module To match the new structure of the OEQA framework. Signed-off-by: Leonardo Sandoval Signed-off-by: Aníbal Limón --- diff --git a/meta/lib/oeqa/selftest/base.py b/meta/lib/oeqa/selftest/case.py similarity index 100% rename from meta/lib/oeqa/selftest/base.py rename to meta/lib/oeqa/selftest/case.py