e2e: add canary header traffic split (#180)

Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
Xunzhuo
2023-02-08 14:09:54 +08:00
committed by GitHub
parent 9400f7bf07
commit 50e7bfddee
3 changed files with 132 additions and 0 deletions

View File

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