diff options
author | Christian Breunig <christian@breunig.cc> | 2025-01-24 07:29:30 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-01-24 07:29:30 +0100 |
commit | 2fb52485d412cc3874e544f6b0011a51af28b897 (patch) | |
tree | 051d03815c44e0e4e2d1a71b54b06939755a821b /smoketest/configs/basic-vyos-no-ntp | |
parent | 09a2e7311bb690a2236e66f4b7b4e678aad59fb9 (diff) | |
download | vyos-1x-2fb52485d412cc3874e544f6b0011a51af28b897.tar.gz vyos-1x-2fb52485d412cc3874e544f6b0011a51af28b897.zip |
smoketest: T6911: remove ssh/lldp from basic-vyos-no-ntp config load test
Change some values from the defaults in the used smoketest config for
basic-vyos-no-ntp to make it a litte bit more interesting for the underlaying
config load subsystem.
Diffstat (limited to 'smoketest/configs/basic-vyos-no-ntp')
-rw-r--r-- | smoketest/configs/basic-vyos-no-ntp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/smoketest/configs/basic-vyos-no-ntp b/smoketest/configs/basic-vyos-no-ntp index d9adb7c8e..6fb8f384f 100644 --- a/smoketest/configs/basic-vyos-no-ntp +++ b/smoketest/configs/basic-vyos-no-ntp @@ -80,19 +80,9 @@ protocols { } } } -service { - lldp { - interface all { - } - } - ssh { - disable-host-validation - port 22 - } -} system { config-management { - commit-revisions 200 + commit-revisions 50 } conntrack { modules { |