Home
last modified time | relevance | path

Searched refs:restart_service (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/
Ddeploy_server_local.py260 def restart_service(service_name, dryrun=False): function
313 restart_service(name, dryrun=True)
318 restart_service(name)
Ddeploy_server_local_unittest.py197 dsl.restart_service('foobar')
/external/autotest/client/site_tests/network_DhcpNegotiationTimeout/
Dnetwork_DhcpNegotiationTimeout.py40 utils.restart_service("shill")
/external/autotest/client/common_lib/
Dutils.py2382 def restart_service(service_name, ignore_status=True): function