diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-05 23:29:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-31 14:40:57 +0300 |
commit | b30db036c342295b96842f7b90674d414bf4d1ec (patch) | |
tree | 7df311792e75a0886c062fcf598d6476d733e41d | |
parent | 1e0a19331e61236f58becd3b46b2b6d3204dcada (diff) |
Adapt tests to libbutl's manifest serializer which now uses new-fashioned multi-line value introducer
-rw-r--r-- | bbot/machine-manifest.test.testscript | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bbot/machine-manifest.test.testscript b/bbot/machine-manifest.test.testscript index e358ff3..f6a2eae 100644 --- a/bbot/machine-manifest.test.testscript +++ b/bbot/machine-manifest.test.testscript @@ -19,7 +19,8 @@ type: kvm mac: de:ad:be:ef:de:ad options: -device "virtio-scsi-pci,id=scsi" -device "scsi-hd,drive=disk0" - changes:\ + changes: + \ 0.7.0 - mac is changed to de:ad:be:ef:de:ad - increased disk size to 30GB @@ -34,7 +35,8 @@ name: windows_10-msvc_14 summary: Windows 10 build 1607 with VC 14 update 3 type: kvm - options:\ + options: + \ -device "virtio-scsi-pci,id=scsi" -device "scsi-hd,drive=disk0" \ @@ -331,7 +333,8 @@ ram-minimum: 1048576 type: kvm mac: e6:38:72:53:61:ae - changes:\ + changes: + \ 1.0 - clone off linux_debian_12-small-1.0 - postgresql-15 15.6.0+deb12u1 |