SatelliteQE / automation-tools

A set of tools to help to automate testing Foreman with Robottelo (https://github.com/SatelliteQE/robottelo)
GNU General Public License v3.0
16 stars 33 forks source link

Do not use execute() with explicitly set host=host #825

Closed lpramuk closed 4 years ago

lpramuk commented 4 years ago

fabric cmdline host is no longer PROVISIONING_SERVER but SERVER_HOSTNAME itself, so there is no need to adjust majority of execute() calls to be run against Satellite by using host=host param (as default implicit host is already Satellite)