Skip to content

Commit

Permalink
iotests: drop some extra semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20231006154125.1068348-11-vsementsov@yandex-team.ru
Signed-off-by: John Snow <jsnow@redhat.com>
  • Loading branch information
Vladimir Sementsov-Ogievskiy authored and jnsnow committed Oct 12, 2023
1 parent d24eb05 commit 1ada73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/qemu-iotests/041
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ class TestRepairQuorum(iotests.QMPTestCase):
def test_after_a_quorum_snapshot(self):
result = self.vm.qmp('blockdev-snapshot-sync', node_name='img1',
snapshot_file=quorum_snapshot_file,
snapshot_node_name="snap1");
snapshot_node_name="snap1")
self.assert_qmp(result, 'return', {})

result = self.vm.qmp('drive-mirror', job_id='job0', device='quorum0',
Expand Down
2 changes: 1 addition & 1 deletion tests/qemu-iotests/196
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class TestInvalidateAutoclear(iotests.QMPTestCase):

def test_migration(self):
result = self.vm_a.qmp('migrate', uri='exec:cat>' + migfile)
self.assert_qmp(result, 'return', {});
self.assert_qmp(result, 'return', {})
self.assertNotEqual(self.vm_a.event_wait("STOP"), None)

with open(disk, 'r+b') as f:
Expand Down

0 comments on commit 1ada73f

Please sign in to comment.