File tree Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def setUp(self):
47
47
def tearDown (self ):
48
48
pass
49
49
50
- def test_list_mbeds (self ):
50
+ def test_list_mbeds_valid_platform (self ):
51
51
self .base .return_value = [{'mount_point' : 'dummy_mount_point' ,
52
52
'target_id_usb_id' : u'0240DEADBEEF' ,
53
53
'serial_port' : "dummy_serial_port" },
@@ -67,7 +67,7 @@ def test_list_mbeds(self):
67
67
self .assertEqual (to_check [0 ]['target_id' ], "0241BEEFDEAD" )
68
68
self .assertEqual (to_check [0 ]['platform_name' ], 'foo_target' )
69
69
70
- def test_list_mbeds (self ):
70
+ def test_list_mbeds_invalid_platform (self ):
71
71
self .base .return_value = [{'mount_point' : 'dummy_mount_point' ,
72
72
'target_id_usb_id' : u'not_in_target_db' ,
73
73
'serial_port' : "dummy_serial_port" }]
You can’t perform that action at this time.
0 commit comments