pyats migrate¶
Command to identify and inform a user of required upcoming changes to their environment.
Usage:
pyats migrate <subcommand> [options]
Subcommands:
abstract Discover what changes must be made to existing test environments to conform
to the new token discovery.
pyats migrate abstract¶
The mechanism for Genie Abstract and the organization of Unicon Supported Platforms
are being updated for better consistency and utility. This subcommand will
examine your environment and inform you of any potential changes that may be
required. The usage of os
, model
, platform
will be strictly defined within
Unicon in the PID tokens file and may require updates to testbeds and scripts to correctly reflect
these definitions.
Usage:
pyats migrate abstract [options]
Description:
Discover what changes must be made to existing test environments to conform to the new token discovery.
Abstract Options:
path Path to start searching for files
--init Only process __init__.py files
--python Only process Python files
--yaml Only process YAML files
--threads THREADS Max number of threads to run while processing files (default 100)