freeipa/ipatests/azure/scripts
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-run-base-tests.sh ipatests: Ignore warnings on failed to read files on tarring 2021-05-25 10:45:49 +03:00
azure-run-integration-tests.sh pytest: Show extra summary information for all except passed tests 2021-05-25 10:45:49 +03:00
azure-run-tests.sh azure: Run Base and XMLRPC tests is isolated network 2021-05-25 10:45:49 +03:00
dump_cores.sh Azure: Gather coredumps 2020-04-08 11:27:45 +03:00
generate-matrix.py azure: Run Base and XMLRPC tests is isolated network 2021-05-25 10:45:49 +03:00
install-debuginfo-fedora.sh Azure: Gather coredumps 2020-04-08 11:27:45 +03:00
install-debuginfo.sh Azure: Gather coredumps 2020-04-08 11:27:45 +03:00
setup_containers.py azure: Wait for systemd booted 2021-05-25 10:45:49 +03:00
variables-fedora.sh Azure: Add support for testing multi IPA environments 2020-02-25 18:02:12 +02:00
variables.sh ipatests: Setup and collect BIND logs 2021-05-25 10:45:49 +03:00