mkumatag / openbmc-automation

Test OpenBMC Distribution, moved to - https://github.com/openbmc/openbmc-test-automation
Apache License 2.0
5 stars 11 forks source link

urllib3 throws InsecureRequestWarning: Unverified HTTPS request is being made #66

Closed gkeishin closed 8 years ago

gkeishin commented 8 years ago

urllib3 throws Unverified HTTPS request and other connection related warnings on the console. Even though this warning is harmless but we are suppressing this for reason for automation cleaner console output.

These WARN messages were supposed to be suppressed by the higher version of the Python 2.7.xx but due to package dependencies around Python, robot framework and tox those warning message still remains.

Using native Python logger and warnings, this message log level is suppressed.


This change is Reviewable

mkumatag commented 8 years ago

@causten

mkumatag commented 8 years ago

Fix for https://github.com/mkumatag/openbmc-automation/issues/62

mkumatag commented 8 years ago
:lgtm:
Previously, mkumatag (Manjunath A Kumatagi) wrote… > Fix for https://github.com/mkumatag/openbmc-automation/issues/62 >

Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

causten commented 8 years ago
:lgtm:
Previously, mkumatag (Manjunath A Kumatagi) wrote… > :lgtm: >

Review status: :shipit: all files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable