diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-08-13 11:13:27 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-08-13 11:34:23 +0200 |
commit | a2c00ecbe9e5313a6dd9417e6e31bf6a703cc245 (patch) | |
tree | f232ffa73cc2c6d04720f9feb454ac83fd3cd2a4 /debian/tests/control | |
parent | f35ef9a20fabfd6e57db83136dc4486fe7757bdc (diff) | |
download | debvm-a2c00ecbe9e5313a6dd9417e6e31bf6a703cc245.tar.gz |
test for autologin to work using expect
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 8c506ff..4f4bba3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,11 +1,11 @@ Test-Command: setsid ./tests/create-and-run.sh $(dpkg --print-architecture) "" -Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el] +Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el] Restrictions: allow-stderr, needs-internet, needs-root # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: !armel !armhf Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) "" -Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el], uidmap +Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], uidmap Restrictions: allow-stderr, needs-internet, skippable # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: !armel !armhf |