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: uninative-1.7~649 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0d3d97414c8166d09065f6f7f45e3260ce405692;p=openembedded-core.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