tests/avocado: modernise the drive args for replay_linux
commit6f6b71536cc0e8b0fa3547deb3a0ac6be3398941
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 11 Dec 2023 09:13:32 +0000 (11 09:13 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Jan 2024 13:58:31 +0000 (8 13:58 +0000)
tree88ce76fea6128803e225400796f7a3dfb4d38f3b
parent2d8508bbab39bf342fe80e73c0b528eb3960fa37
tests/avocado: modernise the drive args for replay_linux

QEMU complains about us not being explicit with setting snapshot so
lets do that. Also as cdroms are RO media we don't need to jump the
hoops of setting up snapshots and replay disks - just declare the
drive is a cdrom and nothing should change.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231211091346.14616-4-alex.bennee@linaro.org>
tests/avocado/replay_linux.py