test(inventory): port inventory management tests to integration:ng - #2077
Open
p-targowicz wants to merge 1 commit into
Open
test(inventory): port inventory management tests to integration:ng#2077p-targowicz wants to merge 1 commit into
p-targowicz wants to merge 1 commit into
Conversation
p-targowicz
changed the base branch from
rewrite-backend-integration-tests-ng
to
ng-rewrite-01-foundation
July 17, 2026 10:20
p-targowicz
force-pushed
the
ng-rewrite-01-foundation
branch
from
July 17, 2026 10:34
d19a365 to
0754f85
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 17, 2026 10:34
13bda4c to
b330e55
Compare
p-targowicz
changed the base branch from
ng-rewrite-01-foundation
to
ng-rewrite-05-artifacts
July 17, 2026 10:35
p-targowicz
marked this pull request as ready for review
July 17, 2026 11:09
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 20, 2026 09:23
003279b to
c68b4e7
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 20, 2026 09:23
b330e55 to
e5eb197
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 20, 2026 10:10
c68b4e7 to
9c5a989
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 20, 2026 10:10
e5eb197 to
eab1469
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 28, 2026 07:13
9c5a989 to
5bd0b33
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 28, 2026 07:13
eab1469 to
5a4794a
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 28, 2026 09:19
5bd0b33 to
50fe9f1
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 28, 2026 09:19
5a4794a to
23e461d
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 28, 2026 09:26
50fe9f1 to
e9c52f7
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 28, 2026 09:26
23e461d to
5ab76dc
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 29, 2026 00:03
e9c52f7 to
30fa17c
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 29, 2026 00:03
5ab76dc to
89d7c70
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 29, 2026 07:48
30fa17c to
c9ab26f
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 29, 2026 07:48
89d7c70 to
4b982c8
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 29, 2026 13:03
c9ab26f to
f1e3b31
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
July 29, 2026 13:03
4b982c8 to
caa7692
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 30, 2026 12:36
f1e3b31 to
5d258ba
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
2 times, most recently
from
July 30, 2026 13:00
3d91b2c to
8e676f2
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
August 3, 2026 10:14
5d258ba to
4185584
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
August 3, 2026 10:15
8e676f2 to
0a98bc4
Compare
bahaa-ghazal
reviewed
Aug 3, 2026
bahaa-ghazal
left a comment
Contributor
There was a problem hiding this comment.
Looks good!
Just some comments
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
August 3, 2026 11:51
4185584 to
f7f93ba
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
August 3, 2026 11:52
0a98bc4 to
9de5aa3
Compare
Device listing and filtering including numeric attributes, and device patch attributes, ported from test_inventory.py, which keeps running in parallel. Signed-off-by: Patryk Targowicz <patryk.targowicz@northern.tech>
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
August 3, 2026 11:59
f7f93ba to
68d4971
Compare
p-targowicz
force-pushed
the
ng-rewrite-06-inventory
branch
from
August 3, 2026 11:59
9de5aa3 to
36c91fe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the suite-by-suite python-to-Go port (see #2079). Ports
test_inventory.py: device listing and filtering including numeric
attributes, and device patch attributes. The python tests keep running
in parallel. Builds on #2079.