e2e: add testcases for whitelist-source-range annotations (#220)

Co-authored-by: Xunzhuo <bitliu@tencent.com>
This commit is contained in:
Shiqi Wang
2023-03-03 04:55:47 -05:00
committed by GitHub
parent d013d66205
commit 39931ab854
3 changed files with 132 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ func TestHigressConformanceTests(t *testing.T) {
tests.HTTPRoutePermanentRedirect,
tests.HTTPRoutePermanentRedirectCode,
tests.HTTPRouteTemporalRedirect,
tests.HTTPRouteWhitelistSourceRange,
}
cSuite.Run(t, higressTests)