-
Notifications
You must be signed in to change notification settings - Fork 344
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
Integration test for passkey feature. #7264
Open
amore17
wants to merge
1
commit into
freeipa:master
Choose a base branch
from
amore17:passkey-integration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
amore17
force-pushed
the
passkey-integration
branch
17 times, most recently
from
March 13, 2024 08:36
c8ea433
to
89f636d
Compare
amore17
force-pushed
the
passkey-integration
branch
from
March 19, 2024 10:22
89f636d
to
0170d3f
Compare
amore17
force-pushed
the
passkey-integration
branch
11 times, most recently
from
September 10, 2024 05:07
e224732
to
72e62e9
Compare
amore17
force-pushed
the
passkey-integration
branch
4 times, most recently
from
September 10, 2024 12:27
148594d
to
17de92f
Compare
amore17
force-pushed
the
passkey-integration
branch
from
October 16, 2024 08:35
17de92f
to
b5e53de
Compare
amore17
changed the title
WIP: Passkey integration Tests
Integration test for passkey feature.
Oct 16, 2024
amore17
force-pushed
the
passkey-integration
branch
from
October 16, 2024 09:31
b5e53de
to
479a4ff
Compare
Lint is failing with the following message:
Pycodestyle reports:
|
amore17
force-pushed
the
passkey-integration
branch
2 times, most recently
from
October 17, 2024 05:23
24fd61d
to
15c5adb
Compare
flo-renaud
reviewed
Oct 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @amore17
Please find inline comments
amore17
force-pushed
the
passkey-integration
branch
2 times, most recently
from
October 17, 2024 12:17
300fe3c
to
ee9b8bb
Compare
flo-renaud
reviewed
Oct 17, 2024
amore17
force-pushed
the
passkey-integration
branch
from
October 17, 2024 13:38
ee9b8bb
to
57c44f8
Compare
flo-renaud
reviewed
Oct 17, 2024
amore17
force-pushed
the
passkey-integration
branch
2 times, most recently
from
October 22, 2024 13:23
1ffb3c8
to
d2f218c
Compare
flo-renaud
reviewed
Oct 24, 2024
amore17
force-pushed
the
passkey-integration
branch
from
October 25, 2024 11:02
d2f218c
to
d878bd8
Compare
Added integration test for passkey. This test class covers the tests for Passkey feature using umockdev utility. Using umockdev utility required files are generated with passkey input using umockdev-record and stored in ipatests/test_integration/data/passkey_* These files are required for umockdev-run. https://pagure.io/freeipa/issue/9261 Signed-off-by: Anuja More <[email protected]>
amore17
force-pushed
the
passkey-integration
branch
from
October 25, 2024 14:22
d878bd8
to
b5b8860
Compare
Thanks for the PR, LGTM. ACK when CI completes |
flo-renaud
added
ack
Pull Request approved, can be merged
and removed
needs review
Pull Request is waiting for a review
labels
Oct 25, 2024
Which branches do you want to backport to? Is ipa-4-12 enough? |
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.
Integration test for passkey feature.
https://pagure.io/freeipa/issue/9261