startpmondaemon

October 31, 2022 ยท View on GitHub

  • Overview
  • Examples
  • Arguments
  • Expected Output

Overview

Start daemon in pmon docker using supervisorctl start

Examples

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

    duthost.start_pmon_daemon("pmon_daemon")

Arguments

  • daemon_name - name for daemon once started
    • Required: True
    • Type: String

Expected output

Provides no output

Contents

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