From f5378fb05aa170a6fbcc27e77f3420c353d4b691 Mon Sep 17 00:00:00 2001 From: Alberto Codutti Date: Fri, 20 Dec 2024 18:13:20 +0100 Subject: [PATCH] :recycle: [Test] Removed TODO. Checking of DeviceEvents and effectivness of the Device Management operation will be tested by the Device Management tests Signed-off-by: Alberto Codutti --- .../jobEngine/JobEngineServiceProcessorAssetI9n.feature | 1 - .../jobEngine/JobEngineServiceProcessorBundleI9n.feature | 2 -- .../jobEngine/JobEngineServiceProcessorCommandI9n.feature | 2 -- .../JobEngineServiceProcessorConfigurationI9n.feature | 2 -- .../jobEngine/JobEngineServiceProcessorKeystoreI9n.feature | 3 --- 5 files changed, 10 deletions(-) diff --git a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorAssetI9n.feature b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorAssetI9n.feature index f584b4aa641..2eabc15f6ca 100644 --- a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorAssetI9n.feature +++ b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorAssetI9n.feature @@ -48,7 +48,6 @@ Feature: Job Engine Service - Asset Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that asset has been written when KuraMock gets refactored @teardown Scenario: Tear down test resources diff --git a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorBundleI9n.feature b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorBundleI9n.feature index 01ad0a8d509..68a11f8d3f2 100644 --- a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorBundleI9n.feature +++ b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorBundleI9n.feature @@ -48,7 +48,6 @@ Feature: Job Engine Service - Bundle Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that bundle has been started when KuraMock gets refactored Scenario: Bundle Stop @@ -69,7 +68,6 @@ Feature: Job Engine Service - Bundle Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that bundle has been stopped when KuraMock gets refactored @teardown Scenario: Tear down test resources diff --git a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorCommandI9n.feature b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorCommandI9n.feature index d90db76b46b..543279dfc6c 100644 --- a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorCommandI9n.feature +++ b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorCommandI9n.feature @@ -48,7 +48,6 @@ Feature: Job Engine Service - Command Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that command has been executed when KuraMock gets refactored Scenario: Command Exec - JSON @@ -69,7 +68,6 @@ Feature: Job Engine Service - Command Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that command has been executed when KuraMock gets refactored @teardown Scenario: Tear down test resources diff --git a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorConfigurationI9n.feature b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorConfigurationI9n.feature index cbe47417d0f..212f431ca24 100644 --- a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorConfigurationI9n.feature +++ b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorConfigurationI9n.feature @@ -48,7 +48,6 @@ Feature: Job Engine Service - Configuration Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that configuration has been applied when KuraMock gets refactored Scenario: Configuration Put - JSON @@ -69,7 +68,6 @@ Feature: Job Engine Service - Configuration Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that configuration has been applied when KuraMock gets refactored @teardown Scenario: Tear down test resources diff --git a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorKeystoreI9n.feature b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorKeystoreI9n.feature index 3dd38a74bfa..53f3a8d60d5 100644 --- a/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorKeystoreI9n.feature +++ b/qa/integration/src/test/resources/features/jobEngine/JobEngineServiceProcessorKeystoreI9n.feature @@ -50,7 +50,6 @@ Feature: Job Engine Service - Keystore Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that certificate has been installed when KuraMock gets refactored Scenario: Keystore Keypair Create Processor @@ -76,7 +75,6 @@ Feature: Job Engine Service - Keystore Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that keypair has been created when KuraMock gets refactored Scenario: Keystore Item Delete Processor @@ -98,7 +96,6 @@ Feature: Job Engine Service - Keystore Step Processors And I wait job to finish its execution up to 10s Then I confirm that job has 1 job execution And I confirm that job target in job has step index 0 and status "PROCESS_OK" - # TODO: check that item has been deleted when KuraMock gets refactored @teardown Scenario: Tear down test resources