~dbungert/curtin:master

Last commit made on 2023-05-24
Get this branch:
git clone -b master https://git.launchpad.net/~dbungert/curtin
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~dbungert/curtin

Recent commits

320009f... by Dan Bungert

integration: fix tests with empty ptable

Older sfdisk seems to not like a completely empty ptable while setting
these attributes. Adding an unused partition is enough to allow
focusing on the task at hand.

d7cbc39... by Dan Bungert

integration: skip tests requiring sfdisk attribute

3a38858... by Dan Bungert

Merge remote-tracking branch 'alexsander-souza/fix_has_calls_use'

1f7e859... by Alexsander de Souza

has_calls() is not a thing, use assert_has_calls instead

has_calls() just calls a method in the mock, it's not an
assertion. Recent python versions have a safety check
that catches this error

a9d2efd... by Dan Bungert

requirements: add missing content

69f1a23... by Dan Bungert

make: remove py2isms

f0a0f57... by Dan Bungert

tools: use vmtest-system-setup for loopback tests

Update tools/vmtest-system-setup to be able to setup the system running
the tests/integration tests.

c940509... by Dan Bungert

integration: fix image creation on small mem hosts

The current implementation requires filling memory with zeros, which the
host running the test otherwise doesn't need. Using truncate instead
reduces memory requirements but assumes the tests are OK with sparse
files.

faf0a87... by Dan Bungert

unittest: fix tests that scan log results

fb70e57... by Olivier Gayot

Merge branch 'sfdisk-accept-utf8'