PaloAltoNetworks / pan-os-codegen

Generator for pango SDK and panos Terraform Provider
MIT License
4 stars 0 forks source link

feat(acc_test): Adds acceptance testing primitives and test cases #158

Closed jaspalo closed 5 hours ago

jaspalo commented 1 week ago

Description

Adds acceptance testing primitives for Terraform Panos Provider resources and data sources

Motivation and Context

To be sure of the behaviour and predictability of the resources, data sources and other elements enabled by the Panos Terraform provider, we need to verify them through acceptance testing.

How Has This Been Tested?

Screenshots (if appropriate)

Types of changes

The changes add primitives and patterns of acceptance testing framework by terraform. Tests covers the following resources:

Checklist