From 8b5e0c301e9666490af0ff1e392f827fda90d6d1 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Wed, 6 Dec 2023 15:07:48 +0000 Subject: [PATCH] Update docs to add integration test setup See merge request danet/gosdn!643 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f560b2c23..4a4fd16dc 100644 --- a/README.md +++ b/README.md @@ -310,3 +310,5 @@ Therefore, we simply want to make sure that a change doesn't break anything impo There exists a `example_tests` folder where examples of using the `integrationTestUtils` are shown. Each test should use the appropriate set-up and tear-down/clean-up functions, so that each test operates independent of each other. +Run the integration tests with `make controller-integration-tests`. +If you want to debug the tests, use `make controller-integration-tests-debug-up` to start the environment. You can now use the debugger to debug the test (but not the goSDN side). Stop the environment when you are done with `make controller-integration-tests-debug-down`. -- GitLab