rename test case to deals-stress-test
This commit is contained in:
parent
274b07f50a
commit
fee13a6daf
@ -4,7 +4,7 @@
|
||||
|
||||
[global]
|
||||
plan = "lotus-soup"
|
||||
case = "lotus-deal-stress-test"
|
||||
case = "deals-stress-test"
|
||||
total_instances = 6
|
||||
builder = "docker:go"
|
||||
runner = "local:docker"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[global]
|
||||
plan = "lotus-soup"
|
||||
case = "lotus-deal-stress-test"
|
||||
case = "deals-stress-test"
|
||||
total_instances = 6
|
||||
builder = "docker:go"
|
||||
runner = "local:docker"
|
||||
|
@ -7,8 +7,8 @@ import (
|
||||
)
|
||||
|
||||
var cases = map[string]interface{}{
|
||||
"deals-e2e": testkit.WrapTestEnvironment(dealsE2E),
|
||||
"lotus-deal-stress-test": testkit.WrapTestEnvironment(dealStressTest),
|
||||
"deals-e2e": testkit.WrapTestEnvironment(dealsE2E),
|
||||
"deals-stress-test": testkit.WrapTestEnvironment(dealStressTest),
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
@ -46,7 +46,7 @@ instances = { min = 1, max = 100, default = 5 }
|
||||
mining_mode = { type = "enum", default = "synchronized", options = ["synchronized", "natural"] }
|
||||
|
||||
[[testcases]]
|
||||
name = "lotus-deal-stress-test"
|
||||
name = "deals-stress-test"
|
||||
instances = { min = 1, max = 100, default = 5 }
|
||||
|
||||
[testcases.params]
|
||||
|
Loading…
Reference in New Issue
Block a user