Skip to content

Commit 74fcfbb

Browse files
authored
feat(DPE-7739): Remove integration tests from charm (#410)
* feat(DPE-7739): Remove integration tests from charm * fix: add basic connection test
1 parent f3aecd1 commit 74fcfbb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+223
-16141
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ jobs:
149149
matrix:
150150
path:
151151
- .
152-
- tests/integration/ha_tests/application_charm
153-
- tests/integration/relation_tests/application-charm
154152
name: Build charm | ${{ matrix.path }}
155153
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
156154
with:
@@ -172,9 +170,3 @@ jobs:
172170
_beta_allure_report: true
173171
permissions:
174172
contents: write # Needed for Allure Report beta
175-
secrets:
176-
integration-test: |
177-
{ "AWS_ACCESS_KEY": "${{ secrets.AWS_ACCESS_KEY }}",
178-
"AWS_SECRET_KEY": "${{ secrets.AWS_SECRET_KEY }}",
179-
"GCP_ACCESS_KEY": "${{ secrets.GCP_ACCESS_KEY }}",
180-
"GCP_SECRET_KEY": "${{ secrets.GCP_SECRET_KEY }}", }

tests/integration/backup_tests/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/integration/backup_tests/helpers.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)