aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2017-05-26 15:37:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-30 10:15:22 +0100
commit943a2a30e84660b412df4f1d60fb7e2e46764c50 (patch)
tree7eef1372f26235c12dd3de445b33850c5ff1f03d
parent77635ffa3b621add9894ed247dafe146f4af1e84 (diff)
downloadopenembedded-core-contrib-943a2a30e84660b412df4f1d60fb7e2e46764c50.tar.gz
oeqa/core/case: fix typo on comment about exception name
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/core/case.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/case.py b/meta/lib/oeqa/core/case.py
index d2dbf20f9e..917a2aa3f8 100644
--- a/meta/lib/oeqa/core/case.py
+++ b/meta/lib/oeqa/core/case.py
@@ -23,7 +23,7 @@ class OETestCase(unittest.TestCase):
# td_vars has the variables needed by a test class
# or test case instance, if some var isn't into td a
- # OEMissingVariable exception is raised
+ # OEQAMissingVariable exception is raised
td_vars = None
@classmethod