Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix jempi single mode e2e tests #328

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all 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
6 changes: 1 addition & 5 deletions test/cucumber/features/single-mode/jempi.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Feature: Client Registry JeMPI?
And The service "identity-access-manager-keycloak" should be started with 1 replica
And The service "jempi-ratel" should be started with 1 replica
And The service "jempi-alpha-01" should be started with 1 replica
And The service "jempi-alpha-02" should be started with 1 replica
And The service "jempi-alpha-03" should be started with 1 replica
And The service "jempi-zero-01" should be started with 1 replica
And The service "jempi-async-receiver" should be started with 1 replica
And The service "jempi-async-receiver" should be connected to the networks
Expand All @@ -30,7 +28,7 @@ Feature: Client Registry JeMPI?
# And The service "jempi-em-calculator" should be started with 1 replica
# And The service "jempi-em-calculator" should be connected to the networks
# | kafka_public | jempi_default |
And The service "jempi-linker" should be started with 1 replica
And The service "jempi-linker" should be started with 3 replica
And The service "jempi-linker" should be connected to the networks
| kafka_public | jempi_default |
And The service "jempi-api" should be started with 1 replica
Expand All @@ -51,8 +49,6 @@ Feature: Client Registry JeMPI?
And The service "identity-access-manager-keycloak" should be removed
And The service "jempi-ratel" should be removed
And The service "jempi-alpha-01" should be removed
And The service "jempi-alpha-02" should be removed
And The service "jempi-alpha-03" should be removed
And The service "jempi-async-receiver" should be removed
And The service "jempi-etl" should be removed
And The service "jempi-controller" should be removed
Expand Down
Loading