Configure the service in testsuite. More...
Functions | |
None | pytest_addoption (parser) |
pathlib.Path | service_source_dir (pytestconfig) |
Returns the path to the service source directory that is set by command line --service-source-dir option. | |
pathlib.Path | build_dir (pytestconfig) |
Returns the build directory set by command line --build-dir option. | |
pathlib.Path | service_binary (pytestconfig) |
Returns the path to service binary set by command line --service-binary option. | |
int | service_port (pytestconfig) |
Returns the main listener port number of the service set by command line --service-port option. | |
int | monitor_port (pytestconfig) |
Returns the monitor listener port number of the service set by command line --monitor-port option. | |
Configure the service in testsuite.