Skip to content

Commit

Permalink
Update integration tests readme (#217)
Browse files Browse the repository at this point in the history
Update integration tests readme

Signed-off-by: Stanislav Yuzvinsky <[email protected]>
Co-authored-by: Evgeny Malygin <[email protected]>
  • Loading branch information
syuzvinsky and 678098 authored Mar 19, 2024
1 parent b6a9727 commit cf08907
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ To run the tests:
* run the tests
* `cd src/integration-tests`
* `./run-tests [extra pytest options]`
* you might also want to specify custom binary locations as follows
* `BLAZINGMQ_BUILD_DIR` - the root directory where the resulting binaries reside;
default: `cmake.bld/{platform.system()}`
* `BLAZINGMQ_BROKER` - the file name of bmqbrkr (including path);
default: `{build_dir}/src/applications/bmqbrkr/bmqbrkr.tsk`
* `BLAZINGMQ_TOOL` - the file name of bmqtool (including path);
default: `{build_dir}/src/applications/bmqtool/bmqtool.tsk`
* `BLAZINGMQ_PLUGINS` - the directory containing plugins.

0 comments on commit cf08907

Please sign in to comment.