memgraph/tests/e2e/show_index_info/workloads.yaml
2023-09-11 10:59:41 +02:00

14 lines
397 B
YAML

show_index_info: &show_index_info
cluster:
main:
args: ["--bolt-port", "7687", "--log-level=TRACE", "--also-log-to-stderr"]
log_file: "test-show-index-info.log"
setup_queries: []
validation_queries: []
workloads:
- name: "test-show-index-info"
binary: "tests/e2e/pytest_runner.sh"
args: ["show_index_info/test_show_index_info.py"]
<<: *show_index_info