freeipa/ipatests/azure
Stanislav Levin afef09ccba ipatests: Ignore warnings on failed to read files on tarring
There are tons of useless warnings about missing files on collecting
logs, such as:

```
tar: /var/log/ipaserver-kra-install.log: Warning: Cannot stat: No such file or directory
tar: /var/log/ipaepn.log: Warning: Cannot stat: No such file or directory
tar: /etc/NetworkManager/NetworkManager.conf: Warning: Cannot stat: No such file or directory
tar: /var/log/ipabackup.log: Warning: Cannot stat: No such file or directory
tar: /var/log/iparestore.log: Warning: Cannot stat: No such file or directory
...

```

Since `--ignore-failed-read` option is passed to tar the caller
doesn't care about not readable(mostly missing) files and these warnings
may be filtered out.

This improves the readability of test logs.

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2021-05-25 10:45:49 +03:00
..
azure_definitions azure: Run Base and XMLRPC tests is isolated network 2021-05-25 10:45:49 +03:00
Dockerfiles azure: Run Base and XMLRPC tests is isolated network 2021-05-25 10:45:49 +03:00
scripts ipatests: Ignore warnings on failed to read files on tarring 2021-05-25 10:45:49 +03:00
templates ipatests: Ignore warnings on failed to read files on tarring 2021-05-25 10:45:49 +03:00
azure-pipelines-rawhide.yml Azure: Add Rawhide definitions 2020-08-31 09:46:03 +03:00
azure-pipelines.yml azure: Add workaround for PhantomJS against OpenSSL 1.1.1 2021-05-25 10:45:49 +03:00