diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-23 14:06:44 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-23 14:06:44 +0100 |
commit | 40c653f45b1692bcd3add6a6d36e40ceac90e8bc (patch) | |
tree | 1ae4de2ee9dc22c35b2637bf42cc6929064dc2e7 /smoketest | |
parent | ed622e21c28446e5c4c4e24551627dd940aca8bf (diff) | |
download | vyos-1x-40c653f45b1692bcd3add6a6d36e40ceac90e8bc.tar.gz vyos-1x-40c653f45b1692bcd3add6a6d36e40ceac90e8bc.zip |
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.
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/configs/ospf-config | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |