diff options
Diffstat (limited to 'tests/qemu-iotests/210')
-rwxr-xr-x | tests/qemu-iotests/210 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/210 b/tests/qemu-iotests/210 index 5a62ed4..a4dcc5f 100755 --- a/tests/qemu-iotests/210 +++ b/tests/qemu-iotests/210 @@ -83,8 +83,8 @@ with iotests.FilePath('t.luks') as disk_path, \ }, 'size': size, 'key-secret': 'keysec0', - 'cipher-alg': 'twofish-128', - 'cipher-mode': 'ctr', + 'cipher-alg': 'aes-128', + 'cipher-mode': 'cbc', 'ivgen-alg': 'plain64', 'ivgen-hash-alg': 'md5', 'hash-alg': 'sha1', |