diff options
author | libertad <libertad.cruz@intel.com> | 2017-09-25 14:50:18 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-25 22:21:45 +0100 |
commit | e2fcc721c2af8e2785a91eaceea1d81f503ea2ec (patch) | |
tree | 195ebe51d3a7909a358367fc39ef70e7654dc30d /meta | |
parent | 4b1974d57c997840f7134244145b51c6790c795a (diff) | |
download | poky-e2fcc721c2af8e2785a91eaceea1d81f503ea2ec.tar.gz |
devtool.py: update testcase Ids in morty
eSDK testcases Ids were modified on testopia, hence there needs to be a change in the devtool script.
[YOCTO #11603]
(From OE-Core rev: b835e9bf9da6ebc8fd5728b4587470e9a57d5966)
Signed-off-by: libertad <libertad.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/sdkext/devtool.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/devtool.py index 65f41f6875..7eab49f94f 100644 --- a/meta/lib/oeqa/sdkext/devtool.py +++ b/meta/lib/oeqa/sdkext/devtool.py | |||
@@ -45,22 +45,22 @@ class DevtoolTest(oeSDKExtTest): | |||
45 | self._run('devtool add myapp %s' % self.myapp_dst) | 45 | self._run('devtool add myapp %s' % self.myapp_dst) |
46 | self._run('devtool reset myapp') | 46 | self._run('devtool reset myapp') |
47 | 47 | ||
48 | @testcase(1473) | 48 | @testcase(1605) |
49 | @skipUnlessPassed('test_devtool_location') | 49 | @skipUnlessPassed('test_devtool_location') |
50 | def test_devtool_build_make(self): | 50 | def test_devtool_build_make(self): |
51 | self._test_devtool_build(self.myapp_dst) | 51 | self._test_devtool_build(self.myapp_dst) |
52 | 52 | ||
53 | @testcase(1474) | 53 | @testcase(1606) |
54 | @skipUnlessPassed('test_devtool_location') | 54 | @skipUnlessPassed('test_devtool_location') |
55 | def test_devtool_build_esdk_package(self): | 55 | def test_devtool_build_esdk_package(self): |
56 | self._test_devtool_build_package(self.myapp_dst) | 56 | self._test_devtool_build_package(self.myapp_dst) |
57 | 57 | ||
58 | @testcase(1479) | 58 | @testcase(1607) |
59 | @skipUnlessPassed('test_devtool_location') | 59 | @skipUnlessPassed('test_devtool_location') |
60 | def test_devtool_build_cmake(self): | 60 | def test_devtool_build_cmake(self): |
61 | self._test_devtool_build(self.myapp_cmake_dst) | 61 | self._test_devtool_build(self.myapp_cmake_dst) |
62 | 62 | ||
63 | @testcase(1482) | 63 | @testcase(1608) |
64 | @skipUnlessPassed('test_devtool_location') | 64 | @skipUnlessPassed('test_devtool_location') |
65 | def test_extend_autotools_recipe_creation(self): | 65 | def test_extend_autotools_recipe_creation(self): |
66 | req = 'https://github.com/rdfa/librdfa' | 66 | req = 'https://github.com/rdfa/librdfa' |
@@ -74,7 +74,7 @@ class DevtoolTest(oeSDKExtTest): | |||
74 | raise e | 74 | raise e |
75 | self._run('devtool reset %s' % recipe) | 75 | self._run('devtool reset %s' % recipe) |
76 | 76 | ||
77 | @testcase(1484) | 77 | @testcase(1609) |
78 | @skipUnlessPassed('test_devtool_location') | 78 | @skipUnlessPassed('test_devtool_location') |
79 | def test_devtool_kernelmodule(self): | 79 | def test_devtool_kernelmodule(self): |
80 | docfile = 'https://github.com/umlaeute/v4l2loopback.git' | 80 | docfile = 'https://github.com/umlaeute/v4l2loopback.git' |
@@ -88,7 +88,7 @@ class DevtoolTest(oeSDKExtTest): | |||
88 | raise e | 88 | raise e |
89 | self._run('devtool reset %s' % recipe) | 89 | self._run('devtool reset %s' % recipe) |
90 | 90 | ||
91 | @testcase(1478) | 91 | @testcase(1610) |
92 | @skipUnlessPassed('test_devtool_location') | 92 | @skipUnlessPassed('test_devtool_location') |
93 | def test_recipes_for_nodejs(self): | 93 | def test_recipes_for_nodejs(self): |
94 | package_nodejs = "npm://registry.npmjs.org;name=winston;version=2.2.0" | 94 | package_nodejs = "npm://registry.npmjs.org;name=winston;version=2.2.0" |