~ubuntu-server/ubuntu/+source/qemu-migration-test:add-impish-types

Last commit made on 2021-06-29
Get this branch:
git clone -b add-impish-types https://git.launchpad.net/~ubuntu-server/ubuntu/+source/qemu-migration-test
Members of Ubuntu Server can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
add-impish-types
Repository:
lp:~ubuntu-server/ubuntu/+source/qemu-migration-test

Recent commits

4b25632... by Christian Ehrhardt 

harden shutdown_guest against races

Shutdown state can be entered in between checks and therby a shutdown
is called on an already shut down guest.
That would trigger an unexpected error like:
  error: Requested operation is not valid: domain is not running

Avoid that by ignoring the RC of the shutdown/destroy calls as long as
eventually a shut down state is reached.

Signed-off-by: Christian Ehrhardt <email address hidden>

2123e26... by Christian Ehrhardt 

run dpdk configure before retrying apt

Without this - depending on the kind of fail - it might just fail every
time with:
  E: dpkg was interrupted, you must manually run 'dpkg --configure -a'
     to correct the problem.

Signed-off-by: Christian Ehrhardt <email address hidden>

ee53525... by Christian Ehrhardt 

Out of upgrade tests migrations are tested, but optional for passing

Signed-off-by: Christian Ehrhardt <email address hidden>

9981ab6... by Christian Ehrhardt 

--copy-storage-inc is for a shared base-image

Signed-off-by: Christian Ehrhardt <email address hidden>

4b92aed... by Christian Ehrhardt 

add impish machine types

Signed-off-by: Christian Ehrhardt <email address hidden>

94763f3... by Christian Ehrhardt 

update URL for qa test tarballs

Signed-off-by: Christian Ehrhardt <email address hidden>

e9eaf79... by Christian Ehrhardt 

Revert "skip libvirt/qemu stages from security QA test"

This reverts commit 12478a9039cff90bfd71354a4212e50be9b7c01c.

12478a9... by Christian Ehrhardt 

skip libvirt/qemu stages from security QA test

The tests we used from:
  https://git.launchpad.net/qa-regression-testing/tree/scripts/test-libvirt.py#n116
  https://git.launchpad.net/qa-regression-testing/tree/scripts/test-qemu.py#n93
Need archives from
  http://people.canonical.com/~jamie/libvirt/qatest.tar.bz2
Which no more exists, therefore skip thise tests (which never were very
useful for us anyway) for now.

Signed-off-by: Christian Ehrhardt <email address hidden>

2d220b5... by Christian Ehrhardt 

host-config: ensure we can use postcopy migration with kernel >v5.11

Signed-off-by: Christian Ehrhardt <email address hidden>

dd1fdd3... by Christian Ehrhardt 

add impish release

Signed-off-by: Christian Ehrhardt <email address hidden>