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

wip

parent 551f6dbf
No related branches found
No related tags found
1 merge request!215Simple longevity tests
Pipeline #224109 passed
This commit is part of merge request !215. Comments created here will be created in the context of that merge request.
......@@ -124,6 +124,8 @@ longevity-test: generate-gokms-certs build-images install-gosdnc
docker compose -f longevity-tests/docker-compose.yml up -d
echo "Will add devices, can take a while"
./config/controller/add_devices.sh
sleep 10
python longevity-tests/longevity.py
longevity-test-down:
docker compose -f longevity-tests/docker-compose.yml down
......
......@@ -355,6 +355,11 @@ Open the integration test file you want to debug and set your breakpoints in the
After all images are build and started wait around 25 seconds before starting to progress through the test.
You can switch between stepping through the test and each kms. Stepping through the quantum layer, controller, routing app and akms-simulator is currently not supported.
## Longevity tests
We have some longevity tests. Simply run `make longevity-test`.
With `python longevity-tests/longevity.py --mode analyze` you can do basic analyzing of the results.
## Contributing
Contributions are welcome! Please follow these guidelines:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment