Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 530 Bytes

start_service.md

File metadata and controls

25 lines (19 loc) · 530 Bytes

start_service

Overview

Starts service on sonichost if service is a default service. Otherwise service is started on each ASIC.

Examples

def test_fun(duthosts, rand_one_dut_hostname):
    duthost = duthosts[rand_one_dut_hostname]

    duthost.start_service("swss")

Arguments

  • service - name of service to start
    • Required: True
    • Type: String

Expected Output

Provides no output