add mining_mode to deals-e2e test case

This commit is contained in:
Anton Evangelatov 2020-07-02 14:13:39 +02:00
parent 1623917bc4
commit 740741b129

View File

@ -42,6 +42,7 @@ instances = { min = 1, max = 100, default = 5 }
# Params relevant to pubsub tracing
enable_pubsub_tracer = { type = "bool", default = false }
mining_mode = { type = "enum", default = "synchronized", options = ["synchronized", "natural"] }
[[testcases]]
name = "drand-halting"