Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d50450cb authored by Charlie Boutier's avatar Charlie Boutier
Browse files

[Pandora] - Add SoftReset in sm.py

Bug: 243412561
Test: atest pts-bot:SM/CEN/KDU/BI-01-C
Change-Id: I96f967b3dc110199a642f32cecdc894a0363b8ae
parent 49ac0baa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -94,5 +94,5 @@ class SMProxy(ProfileProxy):
        """
        """
        Please reset your device.
        Please reset your device.
        """
        """
        self.host.Reset()
        self.host.SoftReset()
        return "OK"
        return "OK"