Skip to content

Commit 227c8bd

Browse files
committed
restructure
1 parent 1a8b1e8 commit 227c8bd

2 files changed

Lines changed: 34 additions & 34 deletions

File tree

test/vmtests/vmtests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def close_list(keep_environment: bool) -> Generator[List[Closeable], None, None]
218218
exceptions.append(ex)
219219

220220
if len(exceptions) > 0:
221-
raise Exception("failed to close resources", exceptions)
221+
return ExceptionGroup("failed to close resources", exceptions)
222222

223223

224224
def create_temp_folder(

toolkit/tools/pkg/imagecreatorlib/testdata/minimal-os.yaml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -33,36 +33,36 @@ os:
3333

3434
packages:
3535
install:
36-
- azurelinux-release
37-
- azurelinux-repos
38-
- azurelinux-rpm-macros
39-
- bash
40-
- ca-certificates
41-
- ca-certificates-base
42-
- dbus
43-
- dracut-hostonly
44-
- e2fsprogs
45-
- filesystem
46-
- grub2
47-
- grub2-efi-binary
48-
- iana-etc
49-
- initramfs
50-
- iproute
51-
- iputils
52-
- irqbalance
53-
- ncurses-libs
54-
- openssl
55-
- rpm
56-
- rpm-libs
57-
- shadow-utils
58-
- shim
59-
- sudo
60-
- systemd
61-
- systemd-networkd
62-
- systemd-resolved
63-
- systemd-udev
64-
- tdnf
65-
- tdnf-plugin-repogpgcheck
66-
- util-linux
67-
- zlib
68-
- kernel
36+
- azurelinux-release
37+
- azurelinux-repos
38+
- azurelinux-rpm-macros
39+
- bash
40+
- ca-certificates
41+
- ca-certificates-base
42+
- dbus
43+
- dracut-hostonly
44+
- e2fsprogs
45+
- filesystem
46+
- grub2
47+
- grub2-efi-binary
48+
- iana-etc
49+
- initramfs
50+
- iproute
51+
- iputils
52+
- irqbalance
53+
- ncurses-libs
54+
- openssl
55+
- rpm
56+
- rpm-libs
57+
- shadow-utils
58+
- shim
59+
- sudo
60+
- systemd
61+
- systemd-networkd
62+
- systemd-resolved
63+
- systemd-udev
64+
- tdnf
65+
- tdnf-plugin-repogpgcheck
66+
- util-linux
67+
- zlib
68+
- kernel

0 commit comments

Comments
 (0)