~tritemio-maintainers/tritemio/+git/autopkgtest:master

Last commit made on 2024-04-29
Get this branch:
git clone -b master https://git.launchpad.net/~tritemio-maintainers/tritemio/+git/autopkgtest
Members of Tritemio Maintainers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

5ba5fea... by Paul Gevers

runner/autopkgtest: virt-ssh gets confused by newlines in create_command

In my testing, autopkgtest-virt-ssh fails with:
sh: 1: nOUT=Reading: not found
where the 'n' in front of 'OUT' should be the newline. I think this means
that autopkgtest-virt-ssh has been broken since commit daf137e26, but
as I started working on bug 1068588 by copying virt-ssh code, I rather
have this fixed.

92a7074... by Paride Legovini

Merge branch 'drop-python3-mock' into 'master'

d/control: drop build-dependency on python3-mock

See merge request ci-team/autopkgtest!337

bc52ee6... by Paride Legovini

d/control: drop build-dependency on python3-mock

unittest.mock is part of the stdlib since Python 3.3. We can safely drop
the build dependency on legacy python3-mock and the fallback code.

python3-mock is going to be RMd from Debian (see #1059933).

Closes: #1060447

96b173a... by Paride Legovini

Merge branch 'd-t-docker-proxy' into 'master'

d/t/docker: make the docker daemon inherit the proxy settings

See merge request ci-team/autopkgtest!326

0ad6c8b... by Paride Legovini

Merge branch 'fix-test-lxd-ubuntu' into 'master'

d/tests: make the lxd test work on Ubuntu

See merge request ci-team/autopkgtest!335

04fbb08... by Paride Legovini

Merge branch 'fix-unshare-test-if-restricted' into 'master'

d/t/unshare: better check whether we should skip the test

See merge request ci-team/autopkgtest!333

00b40a0... by Paride Legovini

Merge branch 'skia/set_fqdn' into 'master'

ssh-setup/nova: explicitely set 'fqdn' in cloud-init

See merge request ci-team/autopkgtest!334

efc3d6e... by Paride Legovini

d/tests: make the lxd test work on Ubuntu

2ac31f4... by Skia

ssh-setup/nova: explicitely set 'fqdn' in cloud-init

Letting openstack set the fqdn adds an unwanted variable to the test
run, and can lead to unexpected results like the one described in
LP #2019472. Let's set the fqdn to a fixed value, as we do for the
hostname.

d6ef4d8... by Paride Legovini

d/t/unshare: skip test if kernel.apparmor_restrict_unprivileged_userns=1

Replaces the previous `unshare ... true` test, which was not really
meaningful.