Add longer running performance tests and new partition testcase (#8773)
* Add 1 hour perf stability tests to colo and GCE * Add GCE full loss partition testcase to automation
This commit is contained in:
18
system-test/netem-configs/complete-loss-two-partitions
Normal file
18
system-test/netem-configs/complete-loss-two-partitions
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"partitions":[
|
||||
50,
|
||||
50
|
||||
],
|
||||
"interconnects":[
|
||||
{
|
||||
"a":0,
|
||||
"b":1,
|
||||
"config":"loss 100%"
|
||||
},
|
||||
{
|
||||
"a":1,
|
||||
"b":0,
|
||||
"config":"loss 100%"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user