From 534da315712e31be2e7733c5b0ea046df6e93f54 Mon Sep 17 00:00:00 2001 From: drono Date: Fri, 20 Sep 2024 12:44:51 +0300 Subject: [PATCH] fix jempi single mode e2e tests --- test/cucumber/features/single-mode/jempi.feature | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/cucumber/features/single-mode/jempi.feature b/test/cucumber/features/single-mode/jempi.feature index 5e32bc8e..665d396e 100644 --- a/test/cucumber/features/single-mode/jempi.feature +++ b/test/cucumber/features/single-mode/jempi.feature @@ -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 @@ -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 @@ -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