higress
higress copied to clipboard
Migrate basic Gateway API e2e tests from Gateway API repo
https://github.com/kubernetes-sigs/gateway-api/tree/main/conformance
@Xunzhuo Would you work on this issue?
这个有issue具有一定的挑战性,我可以尝试一下,预计解决方案:
- 用gateway api对所有tests测例进行重写
- 将当前的所有tests分成多个suite套件,使其分工明确,分为ingress-stable、ingress-experimental以及gateway-api,并提供一个全局的入口
- 对当前的e2e目录下进行拆分,将其分成两个板块,分别为ingress-stable、ingress-experimental两个suite套件
- 为了避免测试用例越来越多,tests目录显示过长,预计会对其进行更细的粒度划分
这个使用已有 gwapi suite 就好,以上游为准,和现有 ingress 的测试需区分开
这个使用已有 gwapi suite 就好,以上游为准,和现有 ingress 的测试需区分开
好的