HomeSort by relevance Sort by last modified time
    Searched refs:restart_service (Results 1 - 2 of 2) sorted by null

  /external/autotest/site_utils/
deploy_production_local.py 181 def restart_service(service_name, dryrun=False): function
234 restart_service(name, dryrun=True)
239 restart_service(name)
deploy_production_local_unittest.py 182 """Test deploy_production_local.restart_service.
187 dpl.restart_service('foobar')
200 @mock.patch.object(dpl, 'restart_service', autospec=True)

Completed in 129 milliseconds