~aleteoryx/muditaos

ref: cc0a76f2c74752868a732a503f94cbc4ee0c3a6c muditaos/test/phone_unlock.py -rw-r--r-- 324 bytes
cc0a76f2 — Wiktor S. Ovalle Correa [EGD-6485] Remove Cellular message types from global 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

# unlock Desktop
from harness.harness import Harness

harness = Harness.from_detect()
harness. unlock_usb()
@harness.with_phone_unlocked
def done(connection):
    pass