forked from SUSE-Cloud/automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openstack-mkcloud-rules.txt
73 lines (54 loc) · 2.36 KB
/
openstack-mkcloud-rules.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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 [email protected]: Unit name [email protected] 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!!/