Skip to content
Snippets Groups Projects
Commit 8b5e0c30 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Fabian Seidl
Browse files

Update docs to add integration test setup

See merge request !643
parent f7099b42
No related branches found
No related tags found
1 merge request!643Update docs to add integration test setup
Pipeline #173111 passed
...@@ -310,3 +310,5 @@ Therefore, we simply want to make sure that a change doesn't break anything impo ...@@ -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. 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`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment