e2e: add rewrite hostname testcase (#182)

Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
Xunzhuo
2023-02-08 14:11:49 +08:00
committed by GitHub
parent 50e7bfddee
commit 7726d5d138
3 changed files with 136 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ func TestHigressConformanceTests(t *testing.T) {
tests.HTTPRouteSimpleSameNamespace,
tests.HTTPRouteHostNameSameNamespace,
tests.HTTPRouteRewritePath,
tests.HTTPRouteRewriteHost,
tests.HTTPRouteCanaryHeader,
}