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

Updated requests exception #7019

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

vijay8451
Copy link
Member

  • Test failed as below:
E           urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='sat6.example.com', port=443): Max retries exceeded with url: /pulp/repos/hbcVDqvHk/Library/custom/ObKWhC/rSFOqLPVTC/repodata/repomd.xml (Caused by SSLError(SSLError("read error: Error([('SSL routines', 'ssl3_read_bytes', 'sslv3 alert handshake failure')],)",),))
  • Test result after Updated requests exception:
tests/foreman/api/test_repository.py::RepositoryTestCase::test_positive_access_protected_repository PASSED                                                       [100%]

====================================================================== 1 passed in 52.20 seconds ======================================================================

@vijay8451 vijay8451 added API Issues and PRs involving the API TestFailure Issues and PRs related to a test failing in automation 6.6 labels Jun 12, 2019
@vijay8451 vijay8451 self-assigned this Jun 12, 2019
@codecov
Copy link

codecov bot commented Jun 12, 2019

Codecov Report

Merging #7019 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7019      +/-   ##
==========================================
+ Coverage   69.76%   69.79%   +0.02%     
==========================================
  Files          29       29              
  Lines        3493     3493              
==========================================
+ Hits         2437     2438       +1     
+ Misses       1056     1055       -1
Impacted Files Coverage Δ
robottelo/decorators/func_locker.py 91.72% <0%> (+0.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2147680...29daa8d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issues and PRs involving the API TestFailure Issues and PRs related to a test failing in automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants