Integration tests - magma/magma GitHub Wiki

Access Gateway (AGW)

There is additional documentation about S1AP integration tests in the docusaurus.

Some classification of integration tests within Magma

According to the documentation mermaid diagrams should render in Github. Use a Browser plugin, if they do not.

graph TB
    it(integration test) --> st(sanity test)
    it --> nst(non-sanity test)
    st --> pct(pre-commit test)
    st --> et(extended tests)

Orchestrator (Orc8r)