Skip to content

Commit

Permalink
Added wireguard solution for test
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vil-st committed Sep 17, 2024
1 parent b45d889 commit d2b9c05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: slurm
- name: k8s-inference
- name: k8s-training
- name: wireguard

defaults:
run:
Expand Down Expand Up @@ -121,6 +122,10 @@ jobs:
-i '/testsuites/testsuite[*]/testcase' -t attr -n timestamp -v $(date --iso-8601=seconds) \
tests/reports/TEST-result-${{ github.run_id }}.xml
- name: Upload test results
run: s3cmd sync tests/reports s3://terraform-test-reports/${{ matrix.solution.name }}/
if: always()

- name: Load test report history
uses: actions/checkout@v4
if: always()
Expand Down
3 changes: 3 additions & 0 deletions wireguard/tests/main.tftest.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
run "create_wireguard_server" {
command = plan
}

0 comments on commit d2b9c05

Please sign in to comment.