diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-23 21:07:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-23 21:07:28 +0300 |
commit | 3a6947051d6fcaf2e1367a987808ae14e7f942b1 (patch) | |
tree | 9abcef00d4ab1aa2ad80a12b6d979c305210838b | |
parent | c1e917fecc428c04abe16bd6ea675b2d10fe4669 (diff) |
Adapt tests to multi-line manifest values serialization change
-rw-r--r-- | bbot/machine-manifest.test.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/machine-manifest.test.testscript b/bbot/machine-manifest.test.testscript index 55f0fe8..6471473 100644 --- a/bbot/machine-manifest.test.testscript +++ b/bbot/machine-manifest.test.testscript @@ -19,7 +19,7 @@ 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 +34,7 @@ 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" \ @@ -150,7 +150,7 @@ id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 name: windows_10-msvc_14 summary: Windows 10 build 1607 with VC 14 update 3 - options: \ + options:\ -device "virtio-scsi-pci,id=scsi" -device "scsi-hd,drive=disk0 \ |