Skip to content

Commit

Permalink
[Azure]Fix issues for Azure image validation
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxin Sun <[email protected]>
  • Loading branch information
yuxisun1217 committed Oct 25, 2024
1 parent fbef217 commit ae1f8f9
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 290 deletions.
7 changes: 3 additions & 4 deletions os_tests/data/azure/91-azure_datasource.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
datasource_list: [ Azure ]
datasource:
Azure:
apply_network_config: false
datasource_list:
- Azure
Azure:
apply_network_config: False
15 changes: 10 additions & 5 deletions os_tests/data/azure/grub_rhel9
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
GRUB_CMDLINE_LINUX=""
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="loglevel=3 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M console=tty1 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
GRUB_TERMINAL_INPUT="serial console"
GRUB_TERMINAL_OUTPUT="serial console"
GRUB_DEFAULT=saved

GRUB_TIMEOUT_STYLE=countdown
GRUB_TERMINAL="serial console"
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
Loading

0 comments on commit ae1f8f9

Please sign in to comment.