aboutsummaryrefslogtreecommitdiff
path: root/lava_dispatcher/test/test_uboot_ums.py
diff options
context:
space:
mode:
Diffstat (limited to 'lava_dispatcher/test/test_uboot_ums.py')
-rw-r--r--lava_dispatcher/test/test_uboot_ums.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lava_dispatcher/test/test_uboot_ums.py b/lava_dispatcher/test/test_uboot_ums.py
index 55dbbee55..d6e1fd28d 100644
--- a/lava_dispatcher/test/test_uboot_ums.py
+++ b/lava_dispatcher/test/test_uboot_ums.py
@@ -48,7 +48,6 @@ class TestUbootUMSAction(StdoutTestCase): # pylint: disable=too-many-public-met
self.assertEqual(description_ref, job.pipeline.describe(False))
self.assertIsNone(job.validate())
- self.assertEqual(job.device['device_type'], 'imx7s-warp')
uboot = [action for action in job.pipeline.actions if action.name == 'uboot-action'][0]
retry = [action for action in uboot.internal_pipeline.actions if action.name == 'uboot-retry'][0]
flash = [action for action in retry.internal_pipeline.actions if action.name == 'flash-uboot-ums'][0]