aboutsummaryrefslogtreecommitdiff
path: root/lava_dispatcher/test/test_uboot_ums.py
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2018-07-03 14:31:13 +0100
committerRemi Duraffort <remi.duraffort@linaro.org>2018-07-10 11:17:53 +0000
commit8d7afd66338631be7ef45af51af13bb6e11d3573 (patch)
tree2f9a483897590a955aa4ae174fa1ac8eba1f605d /lava_dispatcher/test/test_uboot_ums.py
parent35ff9e2aa9a316a2c3c354af8b80e930207bbe4f (diff)
LAVA-960 - remove device-type from device config
device-type is solely for the scheduler to use, based on the test job submission. The template to use is determined solely by the {% extends %} Change-Id: I6325d86e07694b8729a48ed8f47fdb874781ae5f
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]