]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Refactor command running in integration tests
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 17 Jun 2022 14:13:49 +0000 (10:13 -0400)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 17 Jun 2022 18:25:35 +0000 (14:25 -0400)
commitea3d032e6c1760abc3d8e404f69c55dcfdc704e2
tree61ae9d46f0bf755fd4e0e63d6f7ba58fc4734f70
parent840435df1c4d9b6418bd858ee389cf82dd2828eb
Refactor command running in integration tests

Let's move run_command_image() into Machine.run(), introduce
run_systemd_cmdline() to get the systemd-run command line, and
remove all arguments from run_ssh() that aren't required anymore
now.
mkosi/__init__.py
mkosi/machine.py