Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ [Test] Added new set of test cases to test JobEngine Device Management Target Processors #4164

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
2523285
:recycle: [Test] Added new set of test cases to test JobEngine Device…
Coduz Dec 20, 2024
6e39a39
:recycle: [Test] Added new set of test cases to test JobEngine Device…
Coduz Dec 20, 2024
23e55f5
:recycle: [Test] Added new set of test cases to test JobEngine Device…
Coduz Dec 20, 2024
1f8e60b
:recycle: [Test] Added new set of test cases to test JobEngine Device…
Coduz Dec 20, 2024
3bb84f8
:recycle: [Test] Added new set of test cases to test JobEngine Device…
Coduz Dec 20, 2024
f5378fb
:recycle: [Test] Removed TODO. Checking of DeviceEvents and effectivn…
Coduz Dec 20, 2024
156ca79
:recycle: [Test] Added new set of test cases to test JobEngine Device…
Coduz Dec 23, 2024
50823aa
:recycle: [Test] Removed old test cases and reviewed Kapua CI github …
Coduz Dec 23, 2024
a043dec
:recycle: [Test] Improved setup time of tests
Coduz Dec 23, 2024
76a7de1
:bug: [Test] Fixed broken test
Coduz Jan 17, 2025
4bd1141
:recycle: [Test] Improved wait times and cleanup of code
Coduz Jan 20, 2025
bd9abbd
:recycle: [Test] Improved Job Engine container readiness check
Coduz Jan 20, 2025
1ed1fe6
:recycle: [Test] Improved Job running checks while testing
Coduz Jan 20, 2025
4fc4af5
:recycle: [Test] Improved Message Broker container readiness check
Coduz Jan 20, 2025
4153140
:recycle: [Test] Aligned parameter naming
Coduz Jan 20, 2025
fd667ac
:recycle: [Test] Improvements on readyness checks of resources
Coduz Jan 21, 2025
4e05b8e
:recycle: [Test] Cleanup
Coduz Jan 21, 2025
7af3921
:recycle: [Test] Added autoreconnect of Kura Device
Coduz Jan 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 4 additions & 81 deletions .github/workflows/kapua-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobs or @scheduler'
tag: '(@job or @scheduler) and not @it'
needs-docker-images: 'false'
test-jobService:
test-job-IT:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand All @@ -173,7 +173,7 @@ jobs:
with:
tag: '@job and @it'
needs-docker-images: 'true'
test-jobEngineOperations:
test-jobEngine-IT:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand All @@ -182,7 +182,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineOperations'
tag: '@jobEngine'
needs-docker-images: 'true'
test-jobsIntegration:
needs: build
Expand All @@ -206,83 +206,6 @@ jobs:
with:
tag: '@account or @translator'
needs-docker-images: 'false'
test-jobEngineStepDefinitions:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineStepDefinitions'
needs-docker-images: 'true'
test-jobEngineStartOfflineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineStartOfflineDevice'
needs-docker-images: 'true'
test-jobEngineStartOnlineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineStartOnlineDevice'
needs-docker-images: 'true'
test-jobEngineRestartOfflineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineRestartOfflineDevice'
needs-docker-images: 'true'
test-jobEngineRestartOnlineDevice:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineRestartOnlineDevice'
needs-docker-images: 'true'
test-jobEngineRestartOnlineDeviceSecondPart:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineRestartOnlineDeviceSecondPart'
needs-docker-images: 'true'
test-jobEngineServiceStop:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v4
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@jobEngineServiceStop'
needs-docker-images: 'true'
test-RoleAndGroup:
needs: build
runs-on: ubuntu-latest
Expand Down
Loading
Loading