diff --git a/Makefile b/Makefile
index dcaf532967db8f281baf95ee45badbe40ba0c949..b3b7beddbd07760eeedc34ce13ab331d31236a24 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 d01e1542c3cbcb7e59083e7177c1fc0b9ce1b4a6..935c2ca942b3f7db712246491c1254e9bbabd270 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: