This PR contains the automation scaffolding for future db engine tests. The purpose of this PR is to limit the various code needed for the different db engines and have common functions handle the logic.
GetAppResponse() function for testing app connectivity for all tests
GetDatabaseResponse() for testing if database is successfully created
ProvisioningTestSetup and ProvisioningTestSetup helper method to be used for all tests
Setup methods and other common helpers used in various places such as creating type resources from YAMLS, creating logger, etc
This PR contains the automation scaffolding for future db engine tests. The purpose of this PR is to limit the various code needed for the different db engines and have common functions handle the logic.