From 40c653f45b1692bcd3add6a6d36e40ceac90e8bc Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 23 Jan 2021 14:06:44 +0100 Subject: smoketest: configs: fix ospf-config Commit 4ed4d822cf ("ospf: T3236: provide full protocol support in XML and Python") added the arbitrary config to load from one of my lab VMs, but in order to properly run through the CI a serial port is required to not fail the expected outputs gathered via check-qemu-install. --- smoketest/configs/ospf-config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'smoketest') diff --git a/smoketest/configs/ospf-config b/smoketest/configs/ospf-config index 9e18e6155..fe313e4b0 100644 --- a/smoketest/configs/ospf-config +++ b/smoketest/configs/ospf-config @@ -77,6 +77,11 @@ system { config-management { commit-revisions 200 } + console { + device ttyS0 { + speed 115200 + } + } domain-name vyos.net host-name vyos login { -- cgit v1.2.3