-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Expand testclient to test delegations and root rotations #720
Conversation
|
||
# Input comes before the username/password, and if there is a username | ||
# and password, we need a newline after the input. Otherwise, just use | ||
# EOF (for instsance if we're piping text to verify) |
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.
typo: instance
7e0473b
to
bdace49
Compare
Needs a rebase but seems like we should merge this. |
|
||
def add_delegation_test(self, tempfile, tempdir): | ||
""" | ||
Add a delegation to the repo - assumes hte repo has already been initialized |
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.
typo: the
(second one)
this is awesome, would love to have this merged and running in CI! LGTM pending nits and rebase. |
3a49c1c
to
5e65084
Compare
#882 fixes this issue, so once that is merged this can be merged. |
e351e4a
to
3e8e37e
Compare
…king and root rotation checking, the script is getting more complex with text mangling. Signed-off-by: Ying Li <ying.li@docker.com>
…ent.py file Signed-off-by: Ying Li <ying.li@docker.com>
Signed-off-by: Ying Li <ying.li@docker.com>
3e8e37e
to
9135e90
Compare
Signed-off-by: Ying Li <ying.li@docker.com>
Add more extensive delegation tests and root rotation tests to our test client.
Also, this can be used against Docker Hub.