From a2179b661d5f380954ec3cdb70484b7d7413d8e9 Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Tue, 29 Mar 2022 10:24:04 +0200 Subject: [ROBOT] Change pm mapper readiness check to HTTP Change pm mapper readiness check to HTTP Signed-off-by: Krzysztof Kuzmicki Issue-ID: INT-1895 Change-Id: I8c275c547cc9655360a9ddedb69b6dfe5b3e4180 --- robot/testsuites/dcaemod.robot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'robot/testsuites') diff --git a/robot/testsuites/dcaemod.robot b/robot/testsuites/dcaemod.robot index 681a0536..818ca8b6 100644 --- a/robot/testsuites/dcaemod.robot +++ b/robot/testsuites/dcaemod.robot @@ -25,8 +25,8 @@ Deploy DCAE Simple Application Without Config Map In Config Spec Json ... - Configures DCAE MOD by adding a registry client and a distribution target in the controller settings via NIFI API. ... - Onboards component spec via onboarding API. ... - Creates Process Group, Processor and saves created flows (by version controlling) via NIFI API. - ... - Distributes the flow for blueprint generation via distributor API and pushes it to the DCAE Inventory and the DCAE Dashboard. - ... - Deploys such a blueprint from Inventory. + ... - Distributes the flow for helm charts generation via distributor API and pushes it to the Chart Museum. + ... - Deploys such a helm charts. ${timestamp}= Get Time epoch Set Test Variable ${processGroupName} nginx-${timestamp} @@ -43,8 +43,8 @@ Deploy DCAE Simple Application With Config Map In Config Spec Json But Not Prese ... Configures DCAE MOD by adding a registry client and a distribution target in the controller settings via NIFI API. ... - Onboards component spec with config map via onboarding API. ... - Creates Process Group, Processor and saves created flows (by version controlling) via NIFI API. - ... - Distributes the flow for blueprint generation via distributor API and pushes it to the DCAE Inventory and the DCAE Dashboard. - ... - Deploys such a blueprint from Inventory. + ... - Distributes the flow for helm charts generation via distributor API and pushes it to the Chart Museum. + ... - Deploys such a helm charts. ... - Verifies if config map is mounted as a volume and if mounted folder is empty ${timestamp}= Get Time epoch @@ -72,8 +72,8 @@ Deploy DCAE Simple Application With Config Map In Config Spec Json AND Present I ... - Onboards component spec with config map via onboarding API. ... - Creates Process Group, Processor and saves created flows (by version controlling) via NIFI API. ... - Creates config map from file - ... - Distributes the flow for blueprint generation via distributor API and pushes it to the DCAE Inventory and the DCAE Dashboard. - ... - Deploys such a blueprint from Inventory. + ... - Distributes the flow for helm charts generation via distributor API and pushes it to the Chart Museum. + ... - Deploys such a helm charts. ... - Verifies if mounted folder contains created file and this file contains user content ${timestamp}= Get Time epoch -- cgit 1.2.3-korg