Files
memgraph/tests/e2e/util_e2e/workloads.yaml
2022-07-01 11:06:01 +02:00

14 lines
345 B
YAML

template_cluster: &template_cluster
cluster:
main:
args: ["--bolt-port", "7687", "--log-level=TRACE"]
log_file: "util-e2e.log"
setup_queries: []
validation_queries: []
workloads:
- name: "Utility simple"
binary: "tests/e2e/pytest_runner.sh"
args: ["util_e2e/utility_simple.py"]
<<: *template_cluster