Acceptance tests: work around socket dir
commit5449d937cddf78a3c592e58228fd1c248edd0dad
authorCleber Rosa <crosa@redhat.com>
Mon, 28 Oct 2019 23:04:04 +0000 (28 19:04 -0400)
committerCleber Rosa <crosa@redhat.com>
Mon, 28 Oct 2019 23:04:04 +0000 (28 19:04 -0400)
tree8d13e469d42ed9c08b870069b5ee20c095b05b18
parent1b6ee29f48994ad16bed7fcd80f56da688e0bc3a
Acceptance tests: work around socket dir

Change 32558ce7a4 introduced specific directories for the socket dir
when using python/qemu/machine.py:QEMUMachine.  iotests probably
didn't catch the condition that two simultaneous QEMUMachine
instances, without manually set temporary or socket dirs would clash.

Having two QEMUMachine instances is a condition expected for many
acceptance tests, and it's already used by the migration tests.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
tests/acceptance/avocado_qemu/__init__.py