start /^(===+> MKCLOUD STEP START: |MKCLOUD step: )/
start /^Starting proposal/

info /^\+ onadmin /
info /^Waiting for /

# Ignore set -x trace output
ok /^\++\((mkcloud(-common\.sh)?|qa_crowbarsetup\.sh):\d+\) /

# Ignore output of git show when testing PRs
ok /^\|@\| /

# wait_for() a condition to become true
ok /^ *until this condition is true: /

# Successful tempest run
ok /^ - Expected Fail: 0$/
ok /^ - Failed: 0$/

ok /Warning: Turning on '--gpg-auto-import-keys'/
ok /Warning: Permanently added .* to the list of known hosts/
ok /WARNING: Device for PV .* not found or rejected by a filter/
ok /WARNING: \w+ signature detected on .* offset \d+. Wipe it?/
ok /grep -v failed\b/

# rpms containing "Error"
ok /perl-Error[ -]/
ok /libsamba-errors/
ok /mariadb-errormessages/

# Crowbar upgrade messages
ok /^\| Check ID +\| Passed \| Required \| Errors/
ok /^Make sure that there are no errors for the required checks before executing the next step/
# https://bugzilla.suse.com/show_bug.cgi?id=1032906
ok /^update-alternatives: error: no alternatives for/

# SES upgrade messages
ok /^- fatal errors if the journal or data partitions are of an invalid/
ok /^- warnings if an OSD directory found under /var/lib/ceph/osd/ appears/

# https://bugzilla.suse.com/show_bug.cgi?id=1030822
warning /Cleaning up (vip-admin-\S+) on \S+, removing fail-count-\1/

# https://bugzilla.suse.com/show_bug.cgi?id=971832
ok /Failed to try-restart vsftpd@.service: Unit name vsftpd@.service is not valid/

# This one comes from dracut when some kernel modules could not be
# included in the initrd being built.
warning /This is not necessarily an error/

warning /(?i)warning/

ok /^\+ \/\S+\/github-status\.rb /
ok /^\+ \/\S+\/github_pr\.rb /
ok /Loading robots.txt; please ignore errors/
ok /update-alternatives: .*ruby_parse_extract_error/

# Normal error whilst preparing the partition table for the admin node
ok /Re-reading the partition table failed/

# https://bugzilla.suse.com/show_bug.cgi?id=1031131
ok /dracut-install: ERROR: installing .*dracut-fsck-help.txt/

# https://bugzilla.suse.com/show_bug.cgi?id=1105496
# https://bugzilla.redhat.com/show_bug.cgi?id=1312188
ok /(libvirtd|virtlogd)\[\d+\]: .*End of file while reading data: Input\/output error/

ok /^suse\/(repodata|setup\/descr)\/appdata-failed\.(xml|html)\.(gz|xz|bz2)$/

error /(?i)error/
error /(?i)\bfail(ure|ed)?\b/
error /(?i)fatal/
error /$h1!!/
