Searched refs:assure_method_calls (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/network_ShillInitScripts/ |
D | network_ShillInitScripts.py | 252 def assure_method_calls(self, expected_method_calls, assertion_name): member in network_ShillInitScripts 509 self.assure_method_calls([[ 'CreateProfile', '~chronos/shill' ], 545 self.assure_method_calls([[ 'CreateProfile', '~chronos/shill' ], 562 self.assure_method_calls([[ 'InsertUserProfile', 585 self.assure_method_calls([[ 'InsertUserProfile', 639 self.assure_method_calls([[ 'CreateProfile', '~chronos/shill' ], 666 self.assure_method_calls([[ 'InsertUserProfile', 690 self.assure_method_calls([[ 'InsertUserProfile', 711 self.assure_method_calls([[ 'InsertUserProfile', 737 self.assure_method_calls([[ 'InsertUserProfile', [all …]
|