Skip to content

Commit d8ab413

Browse files
authored
fix: corrected path for ept test case (#196)
* updated path * changed stage name
1 parent d53367a commit d8ab413

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/terratests-ept-prod-suite.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
jq --arg timestamp "$TIMESTAMP" '.connection_name = ($timestamp + "_" + .connection_name)' ./tests/examples-without-external-providers/cloud-router-2-precision-time-npt/terraform.tfvars.json > ./tests/examples-without-external-providers/cloud-router-2-precision-time-npt/tmp.test.json && mv ./tests/examples-without-external-providers/cloud-router-2-precision-time-npt/tmp.test.json ./tests/examples-without-external-providers/cloud-router-2-precision-time-npt/terraform.tfvars.json
5353
echo $TEST_DATA_PROD_PORT_2_PRECISION_TIME_PTP >> "./examples/port-2-precision-time-ptp/terraform.tfvars.json"
5454
jq --arg timestamp "$TIMESTAMP" '.connection_name = ($timestamp + "_" + .connection_name)' ./examples/port-2-precision-time-ptp/terraform.tfvars.json > ./examples/port-2-precision-time-ptp/tmp.test.json && mv ./examples/port-2-precision-time-ptp/tmp.test.json ./examples/port-2-precision-time-ptp/terraform.tfvars.json
55-
echo $TEST_DATA_PROD_VD_2_PRECISION_TIME_NPT >> "./tests/examples-without-external-providers/virtual_device-2-precision-time-npt/terraform.tfvars.json"
56-
jq --arg timestamp "$TIMESTAMP" '.connection_name = ($timestamp + "_" + .connection_name)' ./tests/examples-without-external-providers/virtual_device-2-precision-time-npt/terraform.tfvars.json > ./tests/examples-without-external-providers/virtual_device-2-precision-time-npt/tmp.test.json && mv ./tests/examples-without-external-providers/virtual_device-2-precision-time-npt/tmp.test.json ./tests/examples-without-external-providers/virtual_device-2-precision-time-npt/terraform.tfvars.json
55+
echo $TEST_DATA_PROD_VD_2_PRECISION_TIME_NPT >> "./tests/examples-without-external-providers/virtual-device-2-precision-time-npt/terraform.tfvars.json"
56+
jq --arg timestamp "$TIMESTAMP" '.connection_name = ($timestamp + "_" + .connection_name)' ./tests/examples-without-external-providers/virtual-device-2-precision-time-npt/terraform.tfvars.json > ./tests/examples-without-external-providers/virtual-device-2-precision-time-npt/tmp.test.json && mv ./tests/examples-without-external-providers/virtual-device-2-precision-time-npt/tmp.test.json ./tests/examples-without-external-providers/virtual-device-2-precision-time-npt/terraform.tfvars.json
5757
5858
- name: Run Go Tests
5959
run:
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload HTML Testing Report
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: Port Prod Suite Terraform Modules Testing Report
69+
name: EPT Prod Suite Terraform Modules Testing Report
7070
path: precision_time_prod_suite.html
7171
compression-level: 0
7272

0 commit comments

Comments
 (0)