fix: PXE boot debugging — bisect root cause, syslog logging, serial console #3
@@ -121,7 +121,8 @@ ${userDirective}
|
||||
|
||||
bootloader --append="console=tty0 console=ttyS0,115200n8"
|
||||
|
||||
logging --host=${serverIp} --port=${syslogPort} --level=info
|
||||
# logging --host=${serverIp} --port=${syslogPort} --level=info
|
||||
# TODO: Enable once syslog UDP port is opened in firewall and tested standalone
|
||||
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
||||
|
||||
9
bastion/vitest.integration.config.ts
Normal file
9
bastion/vitest.integration.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
include: ['tests/integration/**/*.test.ts'],
|
||||
testTimeout: 600000,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user