Skip to content

Commit

Permalink
✅ [Job] Improved test execution time of Job Triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Dec 17, 2024
1 parent 4b563dc commit 2ee05c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@
Feature: JobEngineService execute job on device connect

@setup
Scenario: Start full docker environment
Given Init Jaxb Context
And Init Security Context
And Start full docker environment
Scenario: Setup test resources
Given Init Security Context
And Init Jaxb Context
And Start Docker environment with resources
| db |
| events-broker |
| job-engine |
| message-broker |
| broker-auth-service |
| consumer-lifecycle |

Scenario: Executing Job When Device Connected After The Specified Start Date And Time
Login as the kapua-sys user and create a new job with a Command Execution job step.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
Feature: Trigger service tests

@setup
Scenario: Init Security Context for all scenarios
Given Init Jaxb Context
And Init Security Context
And Start base docker environment
Scenario: Setup test resources
Given Init Security Context
And Init Jaxb Context
And Start Docker environment with resources
| db |
| events-broker |
| job-engine |

Scenario: Adding "Device Connect" Schedule With All Valid Parameters
Login as kapua-sys user and create a job with name job0.
Expand Down

0 comments on commit 2ee05c9

Please sign in to comment.