mirror of
https://github.com/alibaba/higress.git
synced 2026-06-24 09:45:16 +08:00
e2e: append the correct test cases (#206)
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath)
|
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteCanaryHeader)
|
||||||
}
|
}
|
||||||
|
|
||||||
var HTTPRouteCanaryHeader = suite.ConformanceTest{
|
var HTTPRouteCanaryHeader = suite.ConformanceTest{
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewritePath)
|
HigressConformanceTests = append(HigressConformanceTests, HTTPRouteRewriteHost)
|
||||||
}
|
}
|
||||||
|
|
||||||
var HTTPRouteRewriteHost = suite.ConformanceTest{
|
var HTTPRouteRewriteHost = suite.ConformanceTest{
|
||||||
|
|||||||
Reference in New Issue
Block a user