Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 524 Bytes

File metadata and controls

28 lines (21 loc) · 524 Bytes

ping

Overview

Pings the remote host

Examples

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

    ping = duthost.ping(data="I hear you")

Arguments

  • data - Data to be returned
    • Required: False
    • Type: String
    • Default: pong

Expected Output

Dictionary with value returned from host.

  • ping - Value returned from host