summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/eSDK.py
diff options
context:
space:
mode:
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