Searched refs:remove_profile (Results 1 – 5 of 5) sorted by relevance
19 def run_once(self, remove_profile): argument22 if remove_profile:
16 'network_RestartShill', remove_profile=True, tag='profile_missing')18 'network_RestartShill', remove_profile=False, tag='profile_exists')
95 def remove_profile(self, profile_name): member in ShillXmlRpcDelegate238 self.remove_profile(self.DEFAULT_TEST_PROFILE_NAME)
37 if not self._wifi_client.shill.remove_profile(self.profile_name):
202 def remove_profile(self, _): member in WpaCliProxy