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:
Dan Albert
2020-03-11 16:42:52 -07:00
committed by GitHub
parent 293fff90d3
commit bdb7b73b8a
5 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"partitions":[
50,
50
],
"interconnects":[
{
"a":0,
"b":1,
"config":"loss 100%"
},
{
"a":1,
"b":0,
"config":"loss 100%"
}
]
}