criticalservicesfully_started

October 31, 2022 ยท View on GitHub

  • Overview
  • Examples
  • Arguments
  • Expected Output

Overview

Whether all critical services have started on the SONiC host.

Examples

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

    all_serv_start = duthost.critical_services_fully_started()

Arguments

Takes no arguments.

Expected Output

True if all critical services are fully started, False otherwise.

Contents

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