From 165489a8790c4a5ffd9b9d7df0b250e431916d44 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Thu, 19 Sep 2024 13:36:04 +0000 Subject: [PATCH] wip --- Makefile | 2 ++ README.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Makefile b/Makefile index dcaf5329..b3b7bedd 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index d01e1542..935c2ca9 100644 --- a/README.md +++ b/README.md @@ -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: -- GitLab