You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use the configured hostname in get_system_info (#689)
* use the configured hostname in get_system_info
fixes#688
* fix kubernetes tests and improve system_info test
Unfortunately, we can't use mock to "hardcode" the output
of socket.gethostname() anymore, as it is read when the
Config class is defined, which happens pretty early when
initializing the test suite. As such, we have to compare
the returned value dynamically with socket.gethostname()
in the test.
0 commit comments