diff --git a/meta-arm/lib/oeqa/runtime/cases/noop.py b/meta-arm/lib/oeqa/runtime/cases/noop.py new file mode 100644 index 00000000..b5fba7c5 --- /dev/null +++ b/meta-arm/lib/oeqa/runtime/cases/noop.py @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: MIT + +from oeqa.runtime.case import OERuntimeTestCase + +class NoopTest(OERuntimeTestCase): + """ + This is a test case which does nothing. Useful when you want to use + testimage to verify that an image boots, but you don't have networking so + none of the existing test cases are suitable. + """ + def test_no_op(self): + return