mirror of
https://github.com/alibaba/higress.git
synced 2026-06-03 01:27:27 +08:00
implement generic provider for vendor-agnostic passthrough (#3175)
This commit is contained in:
@@ -117,3 +117,9 @@ func TestFireworks(t *testing.T) {
|
||||
func TestUtil(t *testing.T) {
|
||||
test.RunMapRequestPathByCapabilityTests(t)
|
||||
}
|
||||
|
||||
func TestGeneric(t *testing.T) {
|
||||
test.RunGenericParseConfigTests(t)
|
||||
test.RunGenericOnHttpRequestHeadersTests(t)
|
||||
test.RunGenericOnHttpRequestBodyTests(t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user