summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/eSDK.py
diff options
context:
space:
mode:
authorFrancisco Pedraza <francisco.j.pedraza.gonzalez@intel.com>2017-01-30 14:14:36 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:22:18 +0000
commit45cbf0f4f8f3fcf2c0678d9cabdda2a3d4c2eadb (patch)
treec032a61c884922b36ffb9529cf9216739d95ebda /meta/lib/oeqa/selftest/eSDK.py
parent0b040f9534ea7530112709eacd299f7313eef380 (diff)
downloadpoky-45cbf0f4f8f3fcf2c0678d9cabdda2a3d4c2eadb.tar.gz
sdkext/cases oeqa/selftest: Updates decorators
Updates decorators for eSDK in test cases at: sdkext/cases/devtool.py and oeqa/selftest/eSDK.py (From OE-Core rev: 36783b17085e73bbf47242e87bbf054352ae0a9d) Signed-off-by: Francisco Pedraza <francisco.j.pedraza.gonzalez@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/selftest/eSDK.py')
-rw-r--r--meta/lib/oeqa/selftest/eSDK.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/lib/oeqa/selftest/eSDK.py b/meta/lib/oeqa/selftest/eSDK.py
index c95ca6deb2..ee1ca6a4ec 100644
--- a/meta/lib/oeqa/selftest/eSDK.py
+++ b/meta/lib/oeqa/selftest/eSDK.py
@@ -15,7 +15,7 @@ class oeSDKExtSelfTest(oeSelfTest):
15 """ 15 """
16 # Bugzilla Test Plan: 6033 16 # Bugzilla Test Plan: 6033
17 # This code is planned to be part of the automation for eSDK containig 17 # This code is planned to be part of the automation for eSDK containig
18 # Install libraries and headers, image generation binary feeds. 18 # Install libraries and headers, image generation binary feeds, sdk-update.
19 """ 19 """
20 20
21 @staticmethod 21 @staticmethod
@@ -109,14 +109,14 @@ SSTATE_MIRRORS = "file://.* http://%s/PATH"
109 shutil.rmtree(cls.tmpdir_eSDKQA) 109 shutil.rmtree(cls.tmpdir_eSDKQA)
110 cls.http_service.stop() 110 cls.http_service.stop()
111 111
112 @testcase (1471) 112 @testcase (1602)
113 def test_install_libraries_headers(self): 113 def test_install_libraries_headers(self):
114 pn_sstate = 'bc' 114 pn_sstate = 'bc'
115 bitbake(pn_sstate) 115 bitbake(pn_sstate)
116 cmd = "devtool sdk-install %s " % pn_sstate 116 cmd = "devtool sdk-install %s " % pn_sstate
117 oeSDKExtSelfTest.run_esdk_cmd(self.env_eSDK, self.tmpdir_eSDKQA, cmd) 117 oeSDKExtSelfTest.run_esdk_cmd(self.env_eSDK, self.tmpdir_eSDKQA, cmd)
118 118
119 @testcase(1472) 119 @testcase(1603)
120 def test_image_generation_binary_feeds(self): 120 def test_image_generation_binary_feeds(self):
121 image = 'core-image-minimal' 121 image = 'core-image-minimal'
122 cmd = "devtool build-image %s" % image 122 cmd = "devtool build-image %s" % image