Skip to content
Snippets Groups Projects
Commit 4bc6a02b authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

fix tests

parent b430597c
No related branches found
No related tags found
1 merge request!215Simple longevity tests
Pipeline #240207 passed
This commit is part of merge request !215. Comments created here will be created in the context of that merge request.
...@@ -119,19 +119,19 @@ integration-test-aes-debug-compose-down: ...@@ -119,19 +119,19 @@ integration-test-aes-debug-compose-down:
docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.debug.yml down docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.debug.yml down
integration-test-otp: install-gosdnc generate-integration-test-certs build-images integration-test-otp: install-gosdnc generate-integration-test-certs build-images
docker compose -f integration-tests/docker-compose.override.otp.yml -f docker-compose.yml down docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.otp.yml down
docker compose -f integration-tests/docker-compose.override.otp.yml -f docker-compose.yml up -d docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.otp.yml up -d
echo "Will sleep for the quantumlayers to get ready" echo "Will sleep for the quantumlayers to get ready"
sleep 45 sleep 45
go test -p 1 -count=1 -v ./integration-tests/code/* go test -p 1 -count=1 -v ./integration-tests/code/*
docker compose -f integration-tests/docker-compose.override.otp.yml -f docker-compose.yml down docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.otp.yml down
integration-test-otp-debug-compose-up: generate-integration-test-certs build-images install-gosdnc integration-test-otp-debug-compose-up: generate-integration-test-certs build-images install-gosdnc
docker compose -f integration-tests/docker-compose.override.otp.yml -f docker-compose.yml -f integration-tests/docker-compose.override.debug.yml down docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.debug.yml down
docker compose -f integration-tests/docker-compose.override.otp.yml -f docker-compose.yml -f integration-tests/docker-compose.override.debug.yml up -d docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.debug.yml up -d
integration-test-otp-debug-compose-down: integration-test-otp-debug-compose-down:
docker compose -f integration-tests/docker-compose.override.otp.yml -f docker-compose.yml -f integration-tests/docker-compose.override.debug.yml down docker compose -f integration-tests/docker-compose.yml -f integration-tests/docker-compose.override.debug.yml down
longevity-test: generate-gokms-certs build-images install-gosdnc longevity-test: generate-gokms-certs build-images install-gosdnc
rm -rf longevity-tests/akms1-logs rm -rf longevity-tests/akms1-logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment