Home
last modified time | relevance | path

Searched refs:remove_profile (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/network_RestartShill/
Dnetwork_RestartShill.py19 def run_once(self, remove_profile): argument
22 if remove_profile:
Dcontrol16 'network_RestartShill', remove_profile=True, tag='profile_missing')
18 'network_RestartShill', remove_profile=False, tag='profile_exists')
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py95 def remove_profile(self, profile_name): member in ShillXmlRpcDelegate
238 self.remove_profile(self.DEFAULT_TEST_PROFILE_NAME)
Dandroid_xmlrpc_server.py313 def remove_profile(self, profile_name): member in AndroidXmlRpcDelegate
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/
Dnetwork_WiFi_ProfileBasic.py37 if not self._wifi_client.shill.remove_profile(self.profile_name):
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py226 def remove_profile(self, _): member in WpaCliProxy