Library Abstraction

The Genie Abstraction package (or simply genie.abstract) enables users to build os/platform/release/feature/etc and reference them dynamically in their scripts without hard-coded imports.

For more details, refer to pyATS.

Tip

It is strongly recommended that all scripts to be written using this abstraction package. This will vastly reduce future maintenance work if the script is to be re-used. Wanna know why? Read on…