Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions test/e2e/scenarios/control-plane/sync/scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,23 @@ steps:
expect:
fields:
name: "kongctl-e2e-cp-2"
description: "Second Test Control Plane for E2E testing via kongctl"

- name: 002-002-verify-created-fields
run:
- get
- konnect
- gateway
- control-plane
- kongctl-e2e-cp-2
- -o
- json
assertions:
- select: description
expect:
fields:
"@": "Second Test Control Plane for E2E testing via kongctl"
- select: config.cluster_type
expect:
fields:
"@": "CLUSTER_TYPE_CONTROL_PLANE"
Loading