Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Jul 26, 2023
1 parent b289cfd commit 0535dea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 60 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testkube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
- name: Create Testkube Tests
continue-on-error: true
run: |
testkube create test --namespace testkube --name swoop-api-root-test --type curl/test --test-content-type file-uri --file tests/curl/swoop-api-root-test.json --variable apiHost=swoop-api.default:8000
testkube create test --namespace testkube --name swoop-api-jobs-test --type curl/test --test-content-type file-uri --file tests/curl/swoop-api-jobs-test.json --variable apiHost=swoop-api.default:8000
testkube create test --namespace testkube --name swoop-api-payload-input-test --type curl/test --test-content-type file-uri --file tests/curl/swoop-api-payload-input-test.json --variable apiHost=swoop-api.default:8000
testkube create test --namespace testkube --name swoop-api-simple-k6-load-test --type k6/script --test-content-type file-uri --file tests/k6/swoop-api-simple-k6-load-test.js --variable API_HOST=swoop-api.default:8000
testkube create test --namespace testkube --name swoop-api-root-test --type curl/test --test-content-type git-file --git-uri https://github.com/Element84/swoop-testkube.git --git-branch main --git-path tests/helm/curl/swoop-api-root-test.json --variable apiHost=swoop-api.default:8000
testkube create test --namespace testkube --name swoop-api-jobs-test --type curl/test --test-content-type git-file --git-uri https://github.com/Element84/swoop-testkube.git --git-branch main --git-path tests/helm/curl/swoop-api-jobs-test.json --variable apiHost=swoop-api.default:8000
testkube create test --namespace testkube --name swoop-api-payload-input-test --type curl/test --test-content-type git-file --git-uri https://github.com/Element84/swoop-testkube.git --git-branch main --git-path tests/helm/curl/swoop-api-payload-input-test.json --variable apiHost=swoop-api.default:8000
testkube create test --namespace testkube --name swoop-api-simple-k6-load-test --type k6/script --test-content-type git-file --git-uri https://github.com/Element84/swoop-testkube.git --git-branch main --git-path tests/helm/k6/swoop-api-simple-k6-load-test.js --variable API_HOST=swoop-api.default:8000
- name: Running Testkube Tests
run: |
Expand Down
10 changes: 0 additions & 10 deletions tests/curl/swoop-api-jobs-test.json

This file was deleted.

10 changes: 0 additions & 10 deletions tests/curl/swoop-api-payload-input-test.json

This file was deleted.

10 changes: 0 additions & 10 deletions tests/curl/swoop-api-root-test.json

This file was deleted.

26 changes: 0 additions & 26 deletions tests/k6/swoop-api-simple-k6-load-test.js

This file was deleted.

0 comments on commit 0535dea

Please sign in to comment.