diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-12-10 20:33:27 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-12-10 21:25:15 +0100 |
| commit | e2e35c9ad02e12b1c68a04b16311277c8deca469 (patch) | |
| tree | dca6c522949d8922b11d63ddce1ebdc7a792e874 /smoketest/config-tests/basic-api-service | |
| parent | 7d8767de8d9f61f0a9d06e91e952e20beac78120 (diff) | |
| download | vyos-1x-e2e35c9ad02e12b1c68a04b16311277c8deca469.tar.gz vyos-1x-e2e35c9ad02e12b1c68a04b16311277c8deca469.zip | |
smoketest: T8087: reorganize folderstructure for embedded configttests
Configuration files for config tests gathered from lab installations, customers
or our own networks were placed in multiple directories - all related to
the same thing.
We have had config-tests, configs and config.no-load. This commit re-arranges
all the files and places a proper README for the users.
Diffstat (limited to 'smoketest/config-tests/basic-api-service')
| -rw-r--r-- | smoketest/config-tests/basic-api-service | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/smoketest/config-tests/basic-api-service b/smoketest/config-tests/basic-api-service deleted file mode 100644 index ca10cf4e9..000000000 --- a/smoketest/config-tests/basic-api-service +++ /dev/null @@ -1,28 +0,0 @@ -set interfaces ethernet eth0 address '192.0.2.1/31' -set interfaces ethernet eth0 address '2001:db8::1234/64' -set interfaces ethernet eth0 offload gro -set interfaces loopback lo -set service https allow-client address '172.16.0.0/12' -set service https allow-client address '192.168.0.0/16' -set service https allow-client address '10.0.0.0/8' -set service https allow-client address '2001:db8::/32' -set service https api keys id 1 key 'S3cur3' -set service ntp allow-client address '0.0.0.0/0' -set service ntp allow-client address '::/0' -set service ntp server time1.vyos.net -set service ntp server time2.vyos.net -set service ntp server time3.vyos.net -set system config-management commit-revisions '100' -set system conntrack modules ftp -set system conntrack modules h323 -set system conntrack modules nfs -set system conntrack modules pptp -set system conntrack modules sip -set system conntrack modules sqlnet -set system conntrack modules tftp -set system console device ttyS0 speed '115200' -set system host-name 'vyos' -set system login user vyos authentication encrypted-password '$6$2Ta6TWHd/U$NmrX0x9kexCimeOcYK1MfhMpITF9ELxHcaBU/znBq.X2ukQOj61fVI2UYP/xBzP4QtiTcdkgs7WOQMHWsRymO/' -set system login user vyos authentication plaintext-password '' -set system syslog local facility all level 'info' -set system syslog local facility local7 level 'debug' |
