Add grpc compatibility test

This commit is contained in:
世界
2022-08-29 10:10:41 +08:00
parent 4ae78c2db8
commit c4a7d8d209
20 changed files with 458 additions and 154 deletions

View File

@@ -83,7 +83,7 @@ func TestHysteriaSelf(t *testing.T) {
},
},
})
testSuitQUIC(t, clientPort, testPort)
testSuitSimple(t, clientPort, testPort)
}
func TestHysteriaInbound(t *testing.T) {
@@ -180,5 +180,5 @@ func TestHysteriaOutbound(t *testing.T) {
},
},
})
testSuitQUIC(t, clientPort, testPort)
testSuitSimple(t, clientPort, testPort)
}