tests: Disable image lock in test-replication
commit9c77fec2d366a2fc7848e9b58b82504365a664ae
authorFam Zheng <famz@redhat.com>
Tue, 2 May 2017 16:35:52 +0000 (3 00:35 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 11 May 2017 09:08:41 +0000 (11 11:08 +0200)
tree509c3f98df0494f6414359c93d0cb73325b01273
parent1c3a555c35f2124d45a295eb715e50512526810e
tests: Disable image lock in test-replication

The COLO block replication architecture requires one disk to be shared
between primary and secondary, in the test both processes use posix file
protocol (instead of over NBD) so it is affected by image locking.
Disable the lock.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/test-replication.c