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

Avoid firewall reload #830

Closed swadeley closed 4 years ago

swadeley commented 4 years ago

Its better to use 'firewall-cmd --runtime-to-permanent' after configuring the running firewall rather than using reload. Reloading firewall is slower and can beak connections.