Skip to content

Commit 546046c

Browse files
authored
add htrun test allocate parameters
1 parent 211caff commit 546046c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mbed-host-tests/test/conn_primitive_remote.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def test_constructor(self):
8888
# allocate is called
8989
self.remote.client.allocate.assert_called_once_with({
9090
'platform_name': self.config.get('platform_name'),
91+
'power_on': True,
92+
'connected': True,
9193
'tags': {"a": True, "b": True}})
9294

9395
# flash is called

0 commit comments

Comments
 (0)