(start=True, workloads=None, configuration_options=None, dse_options=None)
| 413 | |
| 414 | |
| 415 | def use_single_node(start=True, workloads=None, configuration_options=None, dse_options=None): |
| 416 | use_cluster(SINGLE_NODE_CLUSTER_NAME, [1], start=start, workloads=workloads, |
| 417 | configuration_options=configuration_options, dse_options=dse_options) |
| 418 | |
| 419 | |
| 420 | def check_log_error(): |