neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: pytest-multihost: handle unresolvable IP into DNS #69

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

If host IP was not resolvable into DNS record, external_hostname was null and thus pytest-multihost could not connect to the host.

This resolves the issue with using IP as a backup.

Signed-off-by: Petr Vobornik pvoborni@redhat.com