Commit graph

45 commits

Author SHA1 Message Date
Ondrej Mejzlik
60aebb8a6f disable repo 2026-07-17 09:46:05 +02:00
Ondrej Mejzlik
6edf64afac test commit 2026-07-16 10:15:56 +02:00
psklenar@redhat.com
b68594e6f3 init 2024-05-27 09:33:29 +02:00
Petr Sklenar
e4aa61f5e5 Update Sanity/local-service-host/main.fmf 2024-03-18 11:52:10 +00:00
Bryan Mason
03833271be Regression/cannot-open-log: don't test in RHEL 9.3 and earlier
BZ 2156789 was resolved in 2.85-14.el9 which was released in RHEL 9.3,
so there's no point in testing older versions, as they are expected to
fail.
2024-02-28 16:00:07 -08:00
Bryan Mason
ded2eee828 Regression/cannot-open-log: don't test in RHEL 8.9 and earlier
BZ 2207798 was resolved in 2.79-31.el8 which was released in RHEL 8.9,
so there's no point in testing older versions, as they are expected to
fail.
2024-02-14 16:09:24 -08:00
Petr Sklenar
22753edda0 Update Sanity/dummy-run-test/test.sh 2024-01-30 10:34:29 +00:00
Petr Sklenar
04ca48d393 Update plans/nm.fmf 2024-01-30 10:28:14 +00:00
Petr Sklenar
b6ec700eee Update Sanity/dummy-run-test/test.sh 2024-01-30 08:43:21 +00:00
Petr Menšík
27c1ce5b92 Initial version for local-service=host sanity test
Check new feature is present and behaves according to expectations.
local-service=host should listen on lo interface only, but as soon as
extra configuration is provided, it should be ignored.
2024-01-26 18:10:40 +01:00
Petr Menšík
dd675cae41 Fix tmt lint warnings 2024-01-26 18:06:46 +01:00
Alex Guidi
09d4a6b257 init 2024-01-26 12:10:23 +01:00
psklenar@redhat.com
6c5d36cd3f rm 2024-01-25 16:18:54 +01:00
psklenar@redhat.com
62353c6761 init 2024-01-25 16:09:41 +01:00
Petr Sklenar
1e66e17a16 Update Regression/dnssec-domain-redirect-crash/main.fmf 2023-12-11 08:21:34 +00:00
Petr Sklenar
23666cf2e0 Update Regression/dbus-watches/main.fmf 2023-12-11 08:21:25 +00:00
Petr Sklenar
2e4c4a8812 Update Regression/dnssec-domain-redirect-crash/main.fmf 2023-12-11 08:20:16 +00:00
Petr Sklenar
b2d427ed0c Update Regression/dbus-watches/main.fmf 2023-12-11 08:20:01 +00:00
Petr Menšík
9151efd645 Simple new sanity test for --synth-domain
Use synth-domain records for both IPv4 and IPv6 cases.
2023-11-02 17:54:59 +01:00
Petr Menšík
71678f8b27 Reorder tests to have conditional one last
Keep conditional stuff at the end.
2023-08-24 15:48:22 +02:00
Petr Menšík
2b271a90ff Avoid feature not yet present on RHEL8
large dns blocklist used --address=/example.net/#, but that were added
only in later versions. Skip that feature on previous versions.

Also report number of found replies in another test.
2023-08-22 17:22:20 +02:00
pdancak
8ec829cfb2 added to TCMS 2023-08-22 14:23:08 +02:00
pdancak
be9b7f05ef Added additional info for testing 2023-08-22 14:18:08 +02:00
Petr Menšík
ef0dcbc6e4 Cleanup created config snippet 2023-08-02 16:11:59 +02:00
Petr Menšík
8eec700c2c Make small fixes to cannot-open-log test
Insert explicit wait into the test, so it can actually create log file
with correct permissions before shutdown. Even Type=forking on dnsmasq
does not seem to ensure that.

Do not overwrite complete config with just log-facility option. Keep
user and group setting, which is vital for this check.
2023-07-27 19:46:55 +02:00
psklenar@redhat.com
ba0764b0f3 component contact 2023-07-27 10:08:35 +02:00
psklenar@redhat.com
a4d342fb61 component contact 2023-07-27 09:47:03 +02:00
psklenar@redhat.com
a62bd6ffe1 component name 2023-07-27 09:43:15 +02:00
psklenar@redhat.com
d7ebcedba7 related bz 2023-07-27 09:34:56 +02:00
Petr Sklenar
8098d4d4a2 debug added 2023-07-26 09:45:58 +02:00
Petr Sklenar
58e7f30cd6 yamllint issue 2023-07-26 09:26:18 +02:00
Petr Sklenar
09c6bb94e3 init 2023-07-26 09:14:42 +02:00
Petr Menšík
40423664d1 Use tmt plan instead of beakerlib NetworkManager wrapper
Tests are run in separate plan. Include this plan also here, even when
it may not be needed. Remove the failing test.
2023-07-20 14:24:25 +02:00
Petr Menšík
530c6e677d Avoid DNSSEC support in systemd-resolved
Systemd-resolved is not allowing DNSSEC enabled queries to pass through
and get DNSSEC records back. Also it blocks single label queries to DNS
keys of top level domains. That makes any software attempting to do
DNSSEC validation failing. Use resolv.conf from Network Manager
during the test.

Related: rhbz#1945309
2023-06-13 19:31:23 +02:00
Petr Menšík
666905c840 Test dnssec with domain under valgrind
For not yet a clear reason this also affects RHEL 8 version, but it
survives this test. When tried under valgrind it crashes as intended
however. So run it with valgrind. Try to install debuginfo for dnsmasq
to have better output.
2023-06-13 19:31:23 +02:00
Petr Menšík
ec7845b8ba Enable the test in tier1 2023-06-10 00:30:27 +02:00
Petr Menšík
e54f9dd42f Make a simple test checking parsing speed of large blocklist
Related: rhbz#2209031
2023-06-10 00:26:55 +02:00
Petr Menšík
446fbcf46c Initial testcase for reproduction of bug#2182342
Reproduces issue on RHEL9.
2023-05-05 21:42:16 +02:00
Petr Menšík
ef80d59f34 Fixes to dbus-watchers test
The test itself is dangerous, because dbus-broker.service restart is not
handled gracefully by most of services. Including dnsmasq.
2023-04-28 13:01:55 +02:00
Petr Menšík
6169c32d06 Test dbus from dnsmasq, when dbus.service is restarted
Try using dnsmasq starting with dbus interface.
2023-04-26 17:50:16 +02:00
Branislav Náter
b4d6348d6e Adding tmt plan for running CI for PRs 2022-01-27 16:33:01 +01:00
Petr Sklenar
6f6438b56e test fixed 2022-01-19 11:36:51 +01:00
Petr Sklenar
a48d6743da Adding tests to fedora 2022-01-19 10:33:23 +01:00
Petr Sklenar
526d0badbc Initializing repo 2021-10-14 10:03:29 +02:00
Tomáš Hrčka
ddb5bbba3d Added the README 2021-03-03 12:27:26 +00:00