From 656a8b97c1f3f072834b6885282031e05ec61bd5 Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Fri, 12 Jul 2013 19:08:53 +0300 Subject: testimage.bbclass, lib/oeqa: add headers and comments Adds some comments to testimage.bbclass and the files it calls, just to give an ideea of what it does. (From OE-Core rev: 8bbb7116cf02466dfc59a17dc7bb51287aeea55b) Signed-off-by: Stefan Stanacar Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/lib/oeqa/oetest.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta/lib/oeqa/oetest.py') diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py index 5777ff8852..7f6baa4038 100644 --- a/meta/lib/oeqa/oetest.py +++ b/meta/lib/oeqa/oetest.py @@ -1,3 +1,12 @@ +# Copyright (C) 2013 Intel Corporation +# +# Released under the MIT license (see COPYING.MIT) + +# Main unittest module used by testimage.bbclass +# This provides the oeRuntimeTest base class which is inherited by all tests in meta/lib/oeqa/runtime. + +# It also has some helper functions and it's responsible for actually starting the tests + import os, re, mmap import unittest import inspect -- cgit v1.2.3-54-g00ecf