Skip to content

Commit

Permalink
♻️ [Test] Removed TODO. Checking of DeviceEvents and effectivness of …
Browse files Browse the repository at this point in the history
…the Device Management operation will be tested by the Device Management tests

Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Jan 20, 2025
1 parent 3bb84f8 commit f5378fb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit f5378fb

Please sign in to comment.