ptfhost

October 31, 2022 ยท View on GitHub

  • Overview
  • Examples
  • Expected Output

Overview

The PTF container host instance. Used to run ptf methods and anisble modules from the PTF.

Examples

def test_fun(ptfhost):
    ptfhost.api_call()

Expected Output

Ansible Host instance for PTF.

Contents

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