From 3307acb4cadafa1aa8921fcd3648553a5199091e Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Wed, 1 Jul 2020 18:35:02 +0200 Subject: [PATCH] Skip some more tests --- upstreamcentostests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upstreamcentostests.sh b/upstreamcentostests.sh index d872faa..ed92648 100755 --- a/upstreamcentostests.sh +++ b/upstreamcentostests.sh @@ -32,6 +32,7 @@ cat > ./skipped-tests.list <<DELIM 8|tests/p_autofs/*|No NFS on containers 8|tests/p_bind/0-install_bind.sh|No systemd therefore cannot be tested 8|tests/p_bind/*|dig cannot find servers in c8 containers +8|tests/p_bridge-utils/*|Not possible in a container 8|tests/p_coreutils/*|Specificially removed on KS file for lightweight container, installed coreutils-single instead 8|tests/p_cron/*|No systemd therefore cannot be tested 8|tests/p_diffutils/10-cmp-tests|https://bugzilla.redhat.com/show_bug.cgi?id=1732960 @@ -75,8 +76,10 @@ cat > ./skipped-tests.list <<DELIM 8|tests/p_shim/*|No bootloader involved, boot path is always deleted so there is no secureboot 8|tests/p_squid/*|squid seems to always fail, disabling for now 8|tests/p_squirrelmail/0-install_squirrelmail.sh|No systemd therefore cannot be tested +8|tests/p_strace/*|Not possible in a container 8|tests/p_syslog/*|No rsyslog installed, also not relevant on containers 8|tests/p_systemd/*|It uses auditd as an example which is not yet container ready +8|tests/p_tcpdump/*|Not possible in a container 8|tests/p_telnet/10-test_telnet.sh|No systemd therefore cannot be tested 8|tests/p_tftp-server/*|No systemd therefore cannot be tested 8|tests/p_vsftpd/*|No systemd therefore cannot be tested -- GitLab