summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index 7d61773980..1739c84853 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -2585,11 +2585,6 @@ class DevtoolIdeSdkTests(DevtoolBase):
2585 i_and_d_script_path = os.path.join( 2585 i_and_d_script_path = os.path.join(
2586 self._workspace_scripts_dir(recipe_name), i_and_d_script) 2586 self._workspace_scripts_dir(recipe_name), i_and_d_script)
2587 self.assertExists(i_and_d_script_path) 2587 self.assertExists(i_and_d_script_path)
2588 del_script = "delete_package_dirs_" + recipe_id
2589 del_script_path = os.path.join(
2590 self._workspace_scripts_dir(recipe_name), del_script)
2591 self.assertExists(del_script_path)
2592 runCmd(del_script_path, cwd=tempdir)
2593 2588
2594 def _devtool_ide_sdk_qemu(self, tempdir, qemu, recipe_name, example_exe): 2589 def _devtool_ide_sdk_qemu(self, tempdir, qemu, recipe_name, example_exe):
2595 """Verify deployment and execution in Qemu system work for one recipe. 2590 """Verify deployment and execution in Qemu system work for one recipe.