Skip to content

Commit

Permalink
adding new test
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
Auto User committed Aug 7, 2024
1 parent 06b0b09 commit c491145
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ setup() {
run_cmd orion cmd --config "examples/readout-control-plane-node-density.yaml" --hunter-analyze --output-format json --save-output-path=output.json
}

@test "orion cmd readout control plane node-density with json output and match all iterations " {
run_cmd orion cmd --config "examples/readout-control-plane-node-density.yaml" --hunter-analyze --output-format json --save-output-path=output.json --node-count True
}


@test "orion cmd readout netperf tcp with junit output " {
run_cmd orion cmd --config "examples/readout-netperf-tcp.yaml" --output-format junit --hunter-analyze --save-output-path=output.xml
}
Expand Down

0 comments on commit c491145

Please sign in to comment.