Skip to content
Snippets Groups Projects
Commit fd862f35 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-994' into 'master'

L2SS-994: Add images to integration test readme

Closes L2SS-994

See merge request !448
parents 346f6ad9 df8cc294
No related branches found
No related tags found
1 merge request!448L2SS-994: Add images to integration test readme
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -2,6 +2,10 @@
Integration tests are separated into multi modules. Each module requires a
different state and configuration. These configurations are managed externally.
An overview of the entire layered setup of different integration test components
is shown below
![Integration Test Layers](../../docs/source/static/images/layered-setup.png)
To minimize runtime overhead and memory pressure it is best to execute the
dummy integration test module before any other container is created. This will
......@@ -33,6 +37,18 @@ instead of through tox directly:
make integration import.path.class.functionname`
```
Since at each layer tests can be specified, the information amount selection
modules and tests has to be passed down from the top layers to the ones below.
To be able to understand the flow of this information the following diagram
below is provided.
![Integration Test Conveince](../../docs/source/static/images/layered-setup-pass.png)
It should be noted that not all layers of the setup are convenient to interact
with. Some should be avoided see diagram below.
![Integration Test Conveince](../../docs/source/static/images/layered-setup-commands.png)
## Breakpoints & Debuggers with Integration Tests
It can be extremely helpful to be able to mount a debugger during integration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment