stop_service
October 31, 2022 ยท View on GitHub
Overview
Stops a service on the sonichost if service is a default service. Otherwise serviec is stopped on all ASICs.
Examples
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
duthost.stop_service("swss")
Arguments
service_name- name of service- Required:
True - Type:
String
- Required:
Expected Output
This method has no output.