Ignore sealert notices for Fedora also
Don't fail on selalert notices with scenario-py3, Fedora jobs are failing on that, so remove the Fedora check. Change-Id: I46dc06d3e8e005ff0e18a10d17a75ef9e1c9e23d
This commit is contained in:
parent
e93974c881
commit
dc9ccd6a20
@ -204,7 +204,7 @@ function catch_selinux_alerts() {
|
||||
# FIXME(ykarel) catch_selinux_alerts not work with non ssl scenarios(no rabbitmq alert),
|
||||
# currently running scenario-py3 without ssl because glance py3 has issues when
|
||||
# running with eventlet + ssl: https://bugs.launchpad.net/glance/+bug/1769006
|
||||
elif [[ ! -f /etc/fedora-release && "$SCENARIO" = "scenario-py3" ]]; then
|
||||
elif [[ "$SCENARIO" = "scenario-py3" ]]; then
|
||||
echo "non ssl scenario-py3, ignoring it now."
|
||||
else
|
||||
echo "Please file a bug on https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20OpenStack&component=openstack-selinux showing sealert output."
|
||||
|
Loading…
Reference in New Issue
Block a user