lib/beaker-pe/install/pe_utils.rb in beaker-pe-1.40.2 vs lib/beaker-pe/install/pe_utils.rb in beaker-pe-1.40.3

- old
+ new

@@ -1515,10 +1515,10 @@ latest_installer_log_file = on(host, "ls -1t #{installer_log_dir} | head -n1").stdout.chomp # As of PE Irving (PE 2018.1.x), these are the only two expected errors allowed_errors = ["The operation could not be completed because RBACs database has not been initialized", "Timeout waiting for the database pool to become ready", "Systemd restart for pe-console-services failed", - "Reloading pe-console-services: Reload timed out after 120 seconds"] + "Execution of.*service pe-console-services.*: Reload timed out after 120 seconds"] allowed_errors.each do |error| if(on(host, "grep '#{error}' #{installer_log_dir}/#{latest_installer_log_file}", :acceptable_exit_codes => [0,1]).exit_code == 0) return true end