Skip to content
Snippets Groups Projects

Simple longevity tests

Merged Neil-Jocelyn Schark requested to merge longevity-tests into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -125,7 +125,7 @@ longevity-test: generate-gokms-certs build-images install-gosdnc
echo "Will add devices, can take a while"
./config/controller/add_devices.sh
sleep 10
python longevity-tests/longevity.py
python3 longevity-tests/longevity.py
longevity-test-down:
docker compose -f longevity-tests/docker-compose.yml down
Loading