Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 538 Bytes

stop_service.md

File metadata and controls

25 lines (19 loc) · 538 Bytes

stop_service

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

Expected Output

This method has no output.