add e2e test for canary weight (#245)

Signed-off-by: charlie <qianglin98@qq.com>
Co-authored-by: Xunzhuo <bitliu@tencent.com>
This commit is contained in:
Qianglin Li
2023-03-24 17:46:20 +08:00
committed by GitHub
parent 406b890a2a
commit 3844017bb9
3 changed files with 176 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ func TestHigressConformanceTests(t *testing.T) {
tests.HTTPRouteSameHostAndPath,
tests.HTTPRouteCanaryHeaderWithCustomizedHeader,
tests.HTTPRouteWhitelistSourceRange,
tests.HTTPRouteCanaryWeight,
}
cSuite.Run(t, higressTests)