This is an automated email from the ASF dual-hosted git repository.

ronething pushed a change to branch test/add_e2e
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    from 2c4a91bf test: add e2e test case for webhook
     add af27d224 fix: r
     add cb044d10 fix: r

No new revisions were added by this update.

Summary of changes:
 test/e2e/framework/manifests/webhook.yaml          | 194 +++++++++++++++++++--
 test/e2e/webhook/apisixconsumer.go                 |  88 ++++++++++
 test/e2e/webhook/apisixroute.go                    | 117 +++++++++++++
 test/e2e/webhook/apisixtls.go                      | 111 ++++++++++++
 test/e2e/webhook/consumer.go                       |  93 ++++++++++
 test/e2e/webhook/gatewayproxy.go                   | 129 ++++++++++++++
 .../s2b_test.go => test/e2e/webhook/grpcroute.go   |  51 +++---
 test/e2e/webhook/helpers.go                        | 116 ++++++++++++
 .../s2b_test.go => test/e2e/webhook/httproute.go   |  51 +++---
 test/e2e/webhook/{gateway.go => tcproute.go}       | 101 +++++++----
 10 files changed, 947 insertions(+), 104 deletions(-)
 create mode 100644 test/e2e/webhook/apisixconsumer.go
 create mode 100644 test/e2e/webhook/apisixroute.go
 create mode 100644 test/e2e/webhook/apisixtls.go
 create mode 100644 test/e2e/webhook/consumer.go
 create mode 100644 test/e2e/webhook/gatewayproxy.go
 copy pkg/utils/s2b_test.go => test/e2e/webhook/grpcroute.go (54%)
 create mode 100644 test/e2e/webhook/helpers.go
 copy pkg/utils/s2b_test.go => test/e2e/webhook/httproute.go (54%)
 copy test/e2e/webhook/{gateway.go => tcproute.go} (50%)

Reply via email to