diff options
| author | Jose Perez Carranza <jose.perez.carranza@linux.intel.com> | 2016-11-24 11:22:32 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:08 +0000 |
| commit | b81477d329329bca2de63f4174e4d7aeb749f1dd (patch) | |
| tree | 1bb8a8502dd6cc8dd832b74fc4ad9fc121dba6fe /meta/lib/oeqa/runtime/buildgalculator.py | |
| parent | 8a00c404ab7717c50bc43d12b78bede1d68c109e (diff) | |
| download | poky-b81477d329329bca2de63f4174e4d7aeb749f1dd.tar.gz | |
runtime: Update test cases numbers for runtime tests
Update test case numbers on runtime tests to do match
with templates defined on Testopia for 2.3 release
(From OE-Core rev: d9df762b4c62b74f6d3a1521642ea86c26793a22)
Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/buildgalculator.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/buildgalculator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/buildgalculator.py b/meta/lib/oeqa/runtime/buildgalculator.py index 28ba29e5c2..220101d55c 100644 --- a/meta/lib/oeqa/runtime/buildgalculator.py +++ b/meta/lib/oeqa/runtime/buildgalculator.py | |||
| @@ -7,6 +7,7 @@ def setUpModule(): | |||
| 7 | skipModule("Image doesn't have tools-sdk in IMAGE_FEATURES") | 7 | skipModule("Image doesn't have tools-sdk in IMAGE_FEATURES") |
| 8 | 8 | ||
| 9 | class GalculatorTest(oeRuntimeTest): | 9 | class GalculatorTest(oeRuntimeTest): |
| 10 | @testcase(1526) | ||
| 10 | @skipUnlessPassed("test_ssh") | 11 | @skipUnlessPassed("test_ssh") |
| 11 | def test_galculator(self): | 12 | def test_galculator(self): |
| 12 | try: | 13 | try: |
