Added no superminority and isolated node test cases (#9306)

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin
2020-04-21 15:35:48 -07:00
committed by GitHub
parent bab3502260
commit 111a86f3ec
7 changed files with 115 additions and 4 deletions

View File

@@ -0,0 +1,70 @@
{
"partitions":[
25,
25,
25,
25
],
"interconnects":[
{
"a":0,
"b":1,
"config":"loss 100%"
},
{
"a":1,
"b":0,
"config":"loss 100%"
},
{
"a":0,
"b":2,
"config":"loss 100%"
},
{
"a":2,
"b":0,
"config":"loss 100%"
},
{
"a":0,
"b":3,
"config":"loss 100%"
},
{
"a":3,
"b":0,
"config":"loss 100%"
},
{
"a":1,
"b":2,
"config":"loss 100%"
},
{
"a":2,
"b":1,
"config":"loss 100%"
},
{
"a":1,
"b":3,
"config":"loss 100%"
},
{
"a":3,
"b":1,
"config":"loss 100%"
},
{
"a":2,
"b":3,
"config":"loss 100%"
},
{
"a":3,
"b":2,
"config":"loss 100%"
}
]
}