Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions chisel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ archives:
public-keys: [ubuntu-archive-key-2018]

public-keys:
# Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>
# rsa4096/f6ecb3762474eda9d21b7022871920d1991bc93c 2018-09-17T15:01:46Z
ubuntu-archive-key-2018:
id: "871920D1991BC93C"
armor: |
Expand Down
1 change: 1 addition & 0 deletions tests/spread/integration/apparmor/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ execute: |
# Run a smoke test for the apparmor_parser to verify that
# it does not throw an error
chroot "${rootfs}/" apparmor_parser -p /etc/apparmor.d/Discord

1 change: 1 addition & 0 deletions tests/spread/integration/aspnetcore-runtime-9.0/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ execute: |
# Cleanup
kill $app_pid
exit $ret

1 change: 1 addition & 0 deletions tests/spread/integration/base-passwd/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ execute: |

test ! -f ${rootfs}/usr/share/base-passwd/group.master
test ! -f ${rootfs}/usr/share/base-passwd/passwd.master

1 change: 1 addition & 0 deletions tests/spread/integration/bc/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ execute: |
echo "bc failed 1+2"
exit 1
fi

1 change: 1 addition & 0 deletions tests/spread/integration/bind9-dnsutils/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ execute: |
chroot "${rootfs}/" dig @127.0.0.53 example.com | grep ';; ANSWER SECTION:'
chroot "${rootfs}/" mdig @127.0.0.53 example.com | grep ';; ANSWER SECTION:'
chroot "${rootfs}/" nslookup example.com 127.0.0.53 | grep 'Name:[[:space:]]example.com'

1 change: 1 addition & 0 deletions tests/spread/integration/bind9-host/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ execute: |

chroot "${rootfs}/" host -V
chroot "${rootfs}/" host example.com 127.0.0.53 | grep -P 'example.com [has|mail]'

1 change: 1 addition & 0 deletions tests/spread/integration/bzip2/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ execute: |
chroot "${rootfs_script}" bzmore "test" input.txt.bz2 > /dev/null

umount "${rootfs_script}"/dev -l

1 change: 1 addition & 0 deletions tests/spread/integration/ca-certificates-java/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ execute: |
ln -s /${java} proc/self/exe
chroot . /${java} -jar /usr/share/ca-certificates-java/ca-certificates-java.jar < certs
done

1 change: 1 addition & 0 deletions tests/spread/integration/ca-certificates/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ execute: |
touch ${rootfs}/dev/null
chroot ${rootfs} /usr/sbin/update-ca-certificates
test $(find ${rootfs}/etc/ssl/certs -maxdepth 1 -type f ! -name 'ca-certificates.crt' | wc -l) -eq 0

1 change: 1 addition & 0 deletions tests/spread/integration/coreutils/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ prepare: |
execute: |
# Run smoke tests.
./smoke.sh

1 change: 1 addition & 0 deletions tests/spread/integration/cpio/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ execute: |
chroot "${rootfs}/" mt-gnu --help
;;
esac

1 change: 1 addition & 0 deletions tests/spread/integration/dash/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ execute: |
chroot "${rootfs}" dash -c "echo Success > /test"

test $(cat "${rootfs}/test") == "Success"

1 change: 1 addition & 0 deletions tests/spread/integration/dbus/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ execute: |
# cleanup the daemon and mount
pkill -9 -f dbus-daemon
umount "${rootfs}"/dev

1 change: 1 addition & 0 deletions tests/spread/integration/diffutils/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ execute: |

# ...and sdiff
chroot "${rootfs}/" sdiff /test1.txt /test2.txt | grep -q -E 'This is a test file\s+| This is another test file'

1 change: 1 addition & 0 deletions tests/spread/integration/dosfstools/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ execute: |

# cleanup
rm "${rootfs}/test.img"

1 change: 1 addition & 0 deletions tests/spread/integration/dotnet-host-9.0/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ execute: |

# smoking test the .NET host
chroot "${rootfs}" /usr/bin/dotnet --info

1 change: 1 addition & 0 deletions tests/spread/integration/dotnet-runtime-9.0/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ execute: |

# test the helloworld app
chroot "${rootfs}" dotnet /app_helloworld/bin/Release/net9.0/Hello.dll

1 change: 1 addition & 0 deletions tests/spread/integration/erlang/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ execute: |

# test snmpc
chroot "$rootfs" dash -c 'snmpc /usr/lib/erlang/lib/snmp-*/mibs/STANDARD-MIB.mib'

1 change: 1 addition & 0 deletions tests/spread/integration/file/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ execute: |
echo "file failed"
exit 1
fi

1 change: 1 addition & 0 deletions tests/spread/integration/fontconfig/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ execute: |

# Test fc-validate
chroot ${rootfs} fc-validate /usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf | grep 'Satisfy the coverage for en language'

1 change: 1 addition & 0 deletions tests/spread/integration/gearman-job-server/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ execute: |
rootfs="$(install-slices gearman-job-server_bins)"

chroot "${rootfs}/" gearmand -h

1 change: 1 addition & 0 deletions tests/spread/integration/gearman-tools/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

chroot "${rootfs}/" gearadmin --help
chroot "${rootfs}/" gearman -H

1 change: 1 addition & 0 deletions tests/spread/integration/geoip-bin/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

chroot "${rootfs}/" geoiplookup -h
chroot "${rootfs}/" geoiplookup6 -h

1 change: 1 addition & 0 deletions tests/spread/integration/geoipupdate/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ execute: |
rootfs="$(install-slices geoipupdate_bins)"

chroot "${rootfs}/" geoipupdate -V

1 change: 1 addition & 0 deletions tests/spread/integration/git/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ execute: |
setup $rootfs
$RUN $rootfs
cleanup

1 change: 1 addition & 0 deletions tests/spread/integration/gosu/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ execute: |
ln -sf /usr/sbin/gosu "${rootfs}"/proc/self/exe

chroot "${rootfs}/" gosu -h

1 change: 1 addition & 0 deletions tests/spread/integration/gpg/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ execute: |
chroot "${rootfs}/" gpg --list-secret-keys
# Generate a key
chroot "${rootfs}/" gpg --batch --generate-key /keygen-script

1 change: 1 addition & 0 deletions tests/spread/integration/gpgconf/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ execute: |
chroot "${rootfs}/" gpg-connect-agent --version
output=$(! chroot "${rootfs}/" sh -c 'gpg-connect-agent /help 2>&1')
[[ "$output" == *'No agent running' ]]

1 change: 1 addition & 0 deletions tests/spread/integration/iputils-ping/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ execute: |

chroot "${rootfs}/" ping -V
chroot "${rootfs}/" ping -c1 -w1 127.0.0.1

1 change: 1 addition & 0 deletions tests/spread/integration/less/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |
echo "Hello, World" > "${rootfs}/testfile.txt"
test "$(chroot "${rootfs}/" less -F -X -R testfile.txt)" = "Hello, World"
test "$(chroot "${rootfs}/" lessecho -m: a:b )" = "a\:b"

1 change: 1 addition & 0 deletions tests/spread/integration/libarchive-tools/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ execute: |
fi
chroot "${rootfs}/" bsdcpio -i < "${rootfs}/testfile.cpio"
test "$(cat ${rootfs}/testfile.txt)" = "$(cat ${rootfs}/testfile_orig.txt)"

1 change: 1 addition & 0 deletions tests/spread/integration/libasan6/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |
arch=$(gcc -dumpmachine)

test -f ${rootfs}/usr/lib/${arch}/libasan.so.6

1 change: 1 addition & 0 deletions tests/spread/integration/libasan8/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |
arch=$(gcc -dumpmachine)

test -f ${rootfs}/usr/lib/${arch}/libasan.so.8

1 change: 1 addition & 0 deletions tests/spread/integration/libgdk-pixbuf-2.0-0/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ execute: |
grep -q "libpixbufloader-tiff.so" loaders
grep -q "libpixbufloader-xbm.so" loaders
grep -q "libpixbufloader-xpm.so" loaders

1 change: 1 addition & 0 deletions tests/spread/integration/libgif7/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ execute: |

apt install -y file
[[ $(file "${rootfs}/images/output.png") == "${rootfs}/images/output.png: PNG image data, 64 x 64, 8-bit/color RGB, non-interlaced" ]]

1 change: 1 addition & 0 deletions tests/spread/integration/libglib2.0-0t64/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ execute: |
chroot "${rootfs}" sh -c '/usr/lib/*-linux-*/glib-2.0/gio-querymodules' 2| grep -q 'Usage: gio-querymodules'
chroot "${rootfs}" sh -c '/usr/lib/*-linux-*/glib-2.0/glib-compile-schemas --version' | grep -P '^\d.\d+'
chroot "${rootfs}" sh -c '/usr/lib/*-linux-*/glib-2.0/gio-launch-desktop sh -c "echo Testing"' | grep -q Testing

1 change: 1 addition & 0 deletions tests/spread/integration/libharfbuzz0b/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ execute: |
gcc test.c -lharfbuzz -o test-harfbuzz
cp test-harfbuzz ${rootfs}/
chroot ${rootfs} /test-harfbuzz

1 change: 1 addition & 0 deletions tests/spread/integration/libjpeg8/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |
arch=$(gcc -dumpmachine)

test -f ${rootfs}/usr/lib/${arch}/libjpeg.so.8

1 change: 1 addition & 0 deletions tests/spread/integration/libnginx-mod-http-geoip/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

# This will fail if loading of the NGINX module fails.
chroot "${rootfs}/" nginx -t

Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

# This will fail if loading of the NGINX module fails.
chroot "${rootfs}/" nginx -t

Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

# This will fail if loading of the NGINX module fails.
chroot "${rootfs}/" nginx -t

Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

# This will fail if loading of the NGINX module fails.
chroot "${rootfs}/" nginx -t

Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

# This will fail if loading of the NGINX module fails.
chroot "${rootfs}/" nginx -t

1 change: 1 addition & 0 deletions tests/spread/integration/libnginx-mod-stream/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

# This will fail if loading of the NGINX module fails.
chroot "${rootfs}/" nginx -t

1 change: 1 addition & 0 deletions tests/spread/integration/libpam-runtime/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ execute: |
cat "$rootfs"/etc/pam.d/common-session | grep -E "session\s+required\s+pam_unix\.so"
cat "$rootfs"/etc/pam.d/common-session-noninteractive | grep -E "session\s+\[default=1\]\s+pam_permit\.so"
cat "$rootfs"/etc/pam.d/common-session-noninteractive | grep -E "session\s+required\s+pam_unix\.so"

1 change: 1 addition & 0 deletions tests/spread/integration/libperl5.38t64/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ execute: |
chroot $rootfs /usr/bin/perl $slice
done


1 change: 1 addition & 0 deletions tests/spread/integration/libpng16-16t64/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ execute: |

apt install -y file
[[ $(file "${rootfs}/images/output.png") == "${rootfs}/images/output.png: PNG image data, 64 x 64, 8-bit/color RGB, non-interlaced" ]]

1 change: 1 addition & 0 deletions tests/spread/integration/libxml2-utils/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ execute: |
'http://www.example.org/' 'file:///foo/' catalog.xml
test "$(chroot "${rootfs}/" xmlcatalog catalog.xml 'http://www.example.org/' \
| tail -n1 )" = "file:///foo/"

1 change: 1 addition & 0 deletions tests/spread/integration/mawk/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |
echo "test" | chroot "${rootfs}/" \
mawk '{ exit ( $1 == "test" ? \
0 : 1 ) }'

1 change: 1 addition & 0 deletions tests/spread/integration/metapixel/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ execute: |
chroot "$rootfs" metapixel --help
[[ $(chroot "$rootfs" metapixel-imagesize test.gif) == "1 1" ]]
[[ $(chroot "$rootfs" metapixel-imagesize test.png) == "1 1" ]]

1 change: 1 addition & 0 deletions tests/spread/integration/mmdb-bin/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ execute: |
rootfs="$(install-slices mmdb-bin_bins)"

chroot "${rootfs}/" mmdblookup --version

1 change: 1 addition & 0 deletions tests/spread/integration/mount/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |

cp test.sh "${rootfs}/"
chroot "${rootfs}/" /test.sh

1 change: 1 addition & 0 deletions tests/spread/integration/netcat-openbsd/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ execute: |
chroot "${rootfs}/" nc.openbsd -l 1234 >testfile &
echo "Hello World" | chroot "${rootfs}/" nc.openbsd -q 1 -w 1 127.0.0.1 1234
test "$(cat testfile)" = "Hello World"

1 change: 1 addition & 0 deletions tests/spread/integration/nginx/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ execute: |
rootfs="$(install-slices base-files_var base-passwd_data nginx_bins)"

chroot "${rootfs}/" nginx -t

1 change: 1 addition & 0 deletions tests/spread/integration/nodejs/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ summary: Integration tests for nodejs
execute: |
rootfs="$(install-slices nodejs_bins)"
chroot "${rootfs}/" node --version

1 change: 1 addition & 0 deletions tests/spread/integration/openjdk-11-jdk-headless/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ execute: |
done
;;
esac

1 change: 1 addition & 0 deletions tests/spread/integration/openjdk-11-jre-headless/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ execute: |

restore: |
apt remove -y --purge openjdk-11-jdk-headless

1 change: 1 addition & 0 deletions tests/spread/integration/openjdk-17-jdk-headless/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ execute: |
done
;;
esac

1 change: 1 addition & 0 deletions tests/spread/integration/openjdk-17-jre-headless/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ execute: |

restore: |
apt remove -y --purge openjdk-11-jdk-headless

1 change: 1 addition & 0 deletions tests/spread/integration/openjdk-21-jdk-headless/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ execute: |
done
;;
esac

1 change: 1 addition & 0 deletions tests/spread/integration/openjdk-21-jre-headless/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ execute: |

restore: |
apt remove -y --purge openjdk-21-jdk-headless

1 change: 1 addition & 0 deletions tests/spread/integration/openjdk-8-jre-headless/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ execute: |
ln -sf /${java} proc/self/exe
chroot . ${java} -version
done

1 change: 1 addition & 0 deletions tests/spread/integration/openssl/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ execute: |

# Check if the hash symlinks were created
find "$rootfs/etc/ssl/certs/" | grep -P "\.0$"

1 change: 1 addition & 0 deletions tests/spread/integration/passwd/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ execute: |
# delete user
chroot "${rootfs}"/ userdel foo
cat "${rootfs}/etc/passwd" | grep -vqz foo

1 change: 1 addition & 0 deletions tests/spread/integration/patch/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ execute: |
EOF
chroot "${rootfs}/" patch < tmp.patch
test "$(cat "${rootfs}/testfile.txt")" = "This is a Patched Input"

1 change: 1 addition & 0 deletions tests/spread/integration/perl-base/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ execute: |
mkdir -p "$rootfs/dev"
mount --bind /dev "$rootfs/dev"
chroot "$rootfs" perl -e 'print "hello world\n";' | grep "hello world"

1 change: 1 addition & 0 deletions tests/spread/integration/perl-modules-5.38/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ execute: |
chroot $rootfs /usr/bin/perl $slice
done


1 change: 1 addition & 0 deletions tests/spread/integration/perl/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ execute: |
echo "1234" > "$rootfs/file1.txt"
out=$(chroot "$rootfs" /usr/bin/shasum file1.txt 2>null)
test "$out" = "1be168ff837f043bde17c0314341c84271047b31 file1.txt"

1 change: 1 addition & 0 deletions tests/spread/integration/pwgen/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ execute: |
test $(chroot "${rootfs}/" pwgen -C1 12 | wc -m) -eq 13

umount -l "${rootfs}/dev"

1 change: 1 addition & 0 deletions tests/spread/integration/python3-minimal/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ execute: |
rootfs_py3compile="$(install-slices python3-minimal_py3compile)"
chroot "$rootfs_py3compile" py3compile -h
chroot "$rootfs_py3compile" py3clean -h

1 change: 1 addition & 0 deletions tests/spread/integration/python3-pip/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ execute: |
# Smoke tests.
chroot ${rootfs} /usr/bin/pip --version
chroot ${rootfs} /usr/bin/pip install --upgrade setuptools

1 change: 1 addition & 0 deletions tests/spread/integration/python3-pyftpdlib/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ execute: |
[[ "$(cat "${rootfs}/srv/test-upload")" == "$(cat test-upload)" ]]

cleanup

1 change: 1 addition & 0 deletions tests/spread/integration/python3.13/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ execute: |

cp test_${SLICE}.py "${rootfs}/"
chroot "$rootfs" python3.13 /test_${SLICE}.py

1 change: 1 addition & 0 deletions tests/spread/integration/python3/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ execute: |

cp ../python3.13/test_${SLICE}.py "${rootfs}/"
chroot "$rootfs" python3 /test_${SLICE}.py

1 change: 1 addition & 0 deletions tests/spread/integration/redis-server/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ execute: |
rootfs="$(install-slices redis-server_bins)"

chroot "${rootfs}/" redis-server -v

1 change: 1 addition & 0 deletions tests/spread/integration/redis-tools/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ execute: |
chroot "${rootfs}/" redis-cli -v
chroot "${rootfs}/" redis-check-aof /foo
chroot "${rootfs}/" redis-check-rdb -v

1 change: 1 addition & 0 deletions tests/spread/integration/sbsigntool/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ execute: |

# test kmodsign with a random file
chroot "$rootfs" kmodsign sha512 /MOK.priv /MOK.der /test.ko

1 change: 1 addition & 0 deletions tests/spread/integration/shared-mime-info/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ execute: |

chroot "${rootfs}" update-mime-database -v |& grep -q 'update-mime-database (shared-mime-info) 2.4'
chroot "${rootfs}" update-mime-database /usr/share/mime

Loading