commit | 5c2daa1cea2c15a214d40035f98527f861b5bdcf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 24 16:31:43 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 24 16:31:43 2022 +0000 |
tree | 938f910d08fbe72093bad196dc1d8cccf97cc09d | |
parent | 94588798960f9939eb192343e474c22b223ceb68 [diff] | |
parent | e0a6d124393c51e6faf163d29977f6bab70d9a1f [diff] |
Merge "Migrate ffx component bind to component start"
diff --git a/acts/framework/acts/controllers/fuchsia_lib/session_manager_lib.py b/acts/framework/acts/controllers/fuchsia_lib/session_manager_lib.py index 8c4bb55..2593dde 100644 --- a/acts/framework/acts/controllers/fuchsia_lib/session_manager_lib.py +++ b/acts/framework/acts/controllers/fuchsia_lib/session_manager_lib.py
@@ -33,7 +33,7 @@ """ try: self.device.ffx_command( - "component bind /core/session-manager/session:session") + "component start /core/session-manager/session:session") return {'error': None, 'result': 'Success'} except Exception as e: return {'error': e, 'result': None}