From 8a934c5e0d8cc215e70cc1436e3c7c9baa95ede8 Mon Sep 17 00:00:00 2001 From: Daniel Mil <84205762+mildaniel@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:37:10 -0700 Subject: [PATCH] Update terraform testing procedure (#5996) * test: Refactor Terraform build tests * Change function identifier * Fix S3 issues * Test Windows all Terraform tests --- appveyor-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-windows.yml b/appveyor-windows.yml index 8b0a422b11..dfe21d4807 100644 --- a/appveyor-windows.yml +++ b/appveyor-windows.yml @@ -261,10 +261,10 @@ for: #Integ testing deploy - matrix: only: - - configuration: DeployIntegTesting + - configuration: AllTerraformTests test_script: - - ps: "pytest -vv tests/integration/deploy -n 4 --reruns 4 --dist=loadgroup --json-report --json-report-file=TEST_REPORT-integration-deploy.json" + - ps: "pytest -vv tests/integration/buildcmd/test_build_terraform_applications.py --json-report --json-report-file=TEST_REPORT-integration-buildcmd.json" # Integ testing package - matrix: