Skip to content

Commit

Permalink
added smoke test for graph drawio
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSch62 committed Nov 12, 2024
1 parent 74f1154 commit 4a2fbcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 81 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- "17*.robot"
- "18*.robot"
- "19*.robot"
- "20*.robot"
# allow podman job to fail, since it started to fail on github actions
continue-on-error: ${{ matrix.runtime == 'podman' }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions tests/01-smoke/20-graph-generation.robot
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Suite Setup Setup
Suite Teardown Teardown

*** Variables ***
${lab-file} st.clab.yml
${lab-file} 01-linux-nodes.clab.yml
${lab-name} graph-test
${runtime} docker
${diagram-file} st.clab.drawio
${diagram-file} 01-linux-nodes.clab.drawio

*** Test Cases ***
Generate Diagram for ${lab-name} Lab
Expand Down
79 changes: 0 additions & 79 deletions tests/01-smoke/st.clab.yml

This file was deleted.

0 comments on commit 4a2fbcf

Please sign in to comment.