Skip to content
Snippets Groups Projects

Simple longevity tests

Merged Neil-Jocelyn Schark requested to merge longevity-tests into master
Compare and Show latest version
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -118,8 +118,8 @@ integration-test-debug-compose-down:
longevity-test: generate-gokms-certs build-images install-gosdnc
rm -r longevity-tests/akms1-logs
rm -r longevity-tests/akms2-logs
rm -rf longevity-tests/akms1-logs
rm -rf longevity-tests/akms2-logs
docker compose -f longevity-tests/docker-compose.yml down
docker compose -f longevity-tests/docker-compose.yml up -d
echo "Will add devices, can take a while"
@@ -167,7 +167,7 @@ generate-etsi-rest-server:
# Warning: Depending on your go and development configuration might also clean caches, modules and docker containers from your other projects.
clean:
docker system prune -af
rm -rf $(BUILD_ARTIFACTS_PATH)
rm -rf $(TOOLS_DIR)
$(GOCLEAN)
docker system prune -af
Loading