Skip to content

Commit 742cd1f

Browse files
committed
SRVKE-1743 Add EventTransform to SO e2e test
1 parent 14ce350 commit 742cd1f

File tree

8 files changed

+808
-141
lines changed

8 files changed

+808
-141
lines changed

olm-catalog/serverless-operator-index/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN /bin/opm init serverless-operator --default-channel=stable --output yaml >>
1414
RUN /bin/opm render --skip-tls-verify -o yaml \
1515
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/serverless-bundle:1.35.0 \
1616
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/serverless-bundle:1.36.0 \
17-
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137/serverless-bundle@sha256:a081d2ca1c4825e3326e2be37e29deb84186c812d2877771a4e86580a9f5024c >> /configs/index.yaml
17+
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137/serverless-bundle@sha256:9d6b6510a8ab953c497948af9977e8b3bf45aa3436767853af2e46af11ed7c68 >> /configs/index.yaml
1818

1919
# The base image is expected to contain
2020
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe

olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml

Lines changed: 138 additions & 138 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
package eventinge2erekt
2+
3+
import (
4+
"testing"
5+
6+
"knative.dev/eventing/test/rekt/features/eventtransform"
7+
)
8+
9+
func TestEventTransform(t *testing.T) {
10+
t.Parallel()
11+
12+
ctx, env := defaultEnvironment(t)
13+
14+
env.Test(ctx, t, eventtransform.JsonataDirect())
15+
env.Test(ctx, t, eventtransform.JsonataSink())
16+
env.Test(ctx, t, eventtransform.JsonataSinkReplyTransform())
17+
}

test/images-rekt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
knative.dev/reconciler-test/cmd/eventshub: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137/kn-eventing-test-eventshub@sha256:0923285831a15ee731e15593151c708ae79fff74303a0dab42cbfea0230b7ce6
2-
knative.dev/eventing/cmd/heartbeats: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137/kn-eventing-heartbeats@sha256:bd4558abc80a7541b96afd12cddca9ce79c04f871cbad67a74c404058b6c5f64
1+
knative.dev/reconciler-test/cmd/eventshub: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137/kn-eventing-test-eventshub@sha256:95aee468b88b92fd44d372b7b4d6ebcf0439321faac99618a0f70642e64e8b47
2+
knative.dev/eventing/cmd/heartbeats: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137/kn-eventing-heartbeats@sha256:e3a7a70164b85bba5b6cfb6db609a429f5309f3f930611583ce2ad13a4cc1fe9

0 commit comments

Comments
 (0)