migration-test: Add bootfile_create/delete() functions
commit0c690d3e2a3eb73a6c27afb66ec87534c1259bae
authorJuan Quintela <quintela@redhat.com>
Thu, 8 Jun 2023 22:49:10 +0000 (9 00:49 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 29 Sep 2023 15:05:23 +0000 (29 17:05 +0200)
tree2bfc91e04dfd665cb0166047586a1aa5dad04fc7
parent877cec63d77058c27230b33643508dfeb84d8021
migration-test: Add bootfile_create/delete() functions

The bootsector code is read only from the guest (otherwise we are
going to have problems with it being read from both source and
destination).

Create a single copy for all the tests.

Reviewed-by: Peter Xu <peterx@redhat.com>
Message-ID: <20230608224943.3877-10-quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
tests/qtest/migration-test.c