restart_service

October 31, 2022 ยท View on GitHub

  • Overview
  • Examples
  • Arguments
  • Expected Output

Overview

Restarts a service on the sonichost if the service is a default service. Otherwise service is restarted on each ASIC.

Examples

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

    duthost.restart_service("swss")

Arguments

  • service - service to be restarted
    • Required: True
    • Type: String

Expected Output

Provides no output

Contents

  1. 1Overview
  2. 2Examples
  3. 3Arguments
  4. 4Expected Output