Drop a debugging upload from server_remote_logging_server

This is failing a lot lately. I've no idea why, but it's not
really part of the actual test and we don't need it for debugging
all the time, so let's drop it for now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-01-10 09:43:03 -08:00
parent 35c863a312
commit 367433c298
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ sub run {
# set up imudp module
assert_script_run 'sed -i -e "s,#module(load=\"imudp\"),module(load=\"imudp\"),g" /etc/rsyslog.conf';
assert_script_run 'sed -i -e "s,#input(type=\"imudp\",input(type=\"imudp\",g" /etc/rsyslog.conf';
# for debugging
upload_logs "/etc/rsyslog.conf";
# open firewall port
assert_script_run 'firewall-cmd --permanent --add-port=514/udp';
assert_script_run 'firewall-cmd --reload';