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

Add test for client installation with empty keytab file #2333

Closed
wants to merge 1 commit into from
Closed

Add test for client installation with empty keytab file #2333

wants to merge 1 commit into from

Conversation

netoarmando
Copy link
Member

Missing test case for cf1301f.

https://pagure.io/freeipa/issue/7625

Signed-off-by: Armando Neto abiagion@redhat.com

Related Pull requests: #2308 and #2330.

@netoarmando netoarmando added ipa-4-7 WIP Work in progress - not ready yet for review labels Sep 5, 2018
Missing test case for cf1301f.

https://pagure.io/freeipa/issue/7625

Signed-off-by: Armando Neto <abiagion@redhat.com>
@netoarmando netoarmando added needs review Pull Request is waiting for a review and removed WIP Work in progress - not ready yet for review labels Sep 6, 2018
self.check_client_host_entry()
try:
os.remove(CLIENT_KEYTAB)
except OSError:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, once we have Python 3 only, we can use FileNotFoundError here.

@tiran tiran added ack Pull Request approved, can be merged and removed needs review Pull Request is waiting for a review labels Sep 6, 2018
@tiran
Copy link
Member

tiran commented Sep 6, 2018

master:

  • c049992 Add test for client installation with empty keytab file

@tiran tiran added the pushed Pull Request has already been pushed label Sep 6, 2018
@tiran tiran closed this Sep 6, 2018
@netoarmando netoarmando deleted the add-empty-keytab-test-case branch September 6, 2018 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants