Skip to content

Commit 7ff07c3

Browse files
author
Lluis Campos
authored
Merge pull request #2790 from lluiscampos/QA-1182-remove-backend-tests
QA-1182: Remove deprecated `backend-tests` test suite
2 parents 1c90df4 + 42362c9 commit 7ff07c3

35 files changed

Lines changed: 0 additions & 13794 deletions

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ venv
2525
# Emacs directory local variables
2626
.dir-locals.el
2727

28-
# Test tools, overrides and reports
29-
backend-tests/downloaded-tools/
30-
docker-compose.override.yml
31-
backend-tests/acceptance.*
32-
backend-tests/report_backend_integration_enterprise.html
33-
backend-tests/results_backend_integration_enterprise.xml
34-
3528
# direnv Python virtualenv setup
3629
*.direnv
3730
*.envrc

.gitlab-ci-staging-tests.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,6 @@ variables:
2121
--output text))
2222
aws sts get-caller-identity
2323

24-
test:staging:backend-tests:
25-
image: tiangolo/docker-with-compose
26-
stage: test
27-
timeout: 4h
28-
29-
services:
30-
- name: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:${DOCKER_VERSION}-dind
31-
alias: docker
32-
33-
variables:
34-
K8S: "staging"
35-
GATEWAY_HOSTNAME: "staging.hosted.mender.io"
36-
GMAIL_PASSWORD: $CI_GMAIL_PASSWORD
37-
GMAIL_ADDRESS: $CI_GMAIL_ADDRESS
38-
DOCKER_HOST: tcp://docker:2375
39-
TESTS_IN_PARALLEL_BACKEND_INTEGRATION: "4"
40-
id_tokens:
41-
AWS_OIDC_TOKEN:
42-
aud: https://gitlab.com
43-
44-
before_script:
45-
- apk add --no-cache aws-cli bash curl python3 py3-pip
46-
# Install python dependencies
47-
- pip3 install pyyaml
48-
- *setup_eks_cluster_staging
49-
50-
script:
51-
- cd backend-tests
52-
- ./run -s enterprise
53-
54-
artifacts:
55-
expire_in: 2w
56-
when: always
57-
paths:
58-
- backend-tests/acceptance.*
59-
- backend-tests/results_backend_integration_*.xml
60-
- backend-tests/report_backend_integration_*.html
61-
reports:
62-
junit: backend-tests/results_backend_integration_*.xml
63-
6424
test:staging:integration-tests:
6525
# Integration tests depends on running ssh to containers, we're forced to
6626
# run dockerd on the same host.

backend-tests/README.md

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

backend-tests/docker/docker-compose.azblob.setup.yml

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

backend-tests/docker/docker-compose.backend-tests.yml

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

backend-tests/docker/docker-compose.storage.azblob.yml

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

0 commit comments

Comments
 (0)