summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2022-08-26 10:53:35 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2022-08-26 10:53:35 +0000
commitc2fc87c02dd556dd1569ff2fd81c9e2485a80459 (patch)
tree03934ebc662a00a535fce264b52e3e847dd89cdd
parente8dc2c731697c7c76c75fa7844edde52dc0ff76b (diff)
downloadvyos-1x-c2fc87c02dd556dd1569ff2fd81c9e2485a80459.tar.gz
vyos-1x-c2fc87c02dd556dd1569ff2fd81c9e2485a80459.zip
smoketest: T4643: Delete vpn sstp from config as we have HTTP
HTTP and sstp cannot work together and in the test config 1.4-rolling-202106290839 we didnot have configurable port for such services So we shoud delete sstp from this smoketest config test In fact it is never working at all 'smoketest/configs/pki-misc' It commits without errors before but in the real life we get 3 services (https openconnect sstp) that bound the same port
-rw-r--r--smoketest/configs/pki-misc20
1 files changed, 0 insertions, 20 deletions
diff --git a/smoketest/configs/pki-misc b/smoketest/configs/pki-misc
index 4db795565..a84723757 100644
--- a/smoketest/configs/pki-misc
+++ b/smoketest/configs/pki-misc
@@ -74,26 +74,6 @@ vpn {
key-file /config/auth/ovpn_test_server.key
}
}
- sstp {
- authentication {
- local-users {
- username test {
- password test
- }
- }
- mode local
- protocols mschap-v2
- }
- client-ip-pool {
- subnet 192.168.170.0/24
- }
- gateway-address 192.168.150.1
- ssl {
- ca-cert-file /config/auth/ovpn_test_ca.pem
- cert-file /config/auth/ovpn_test_server.pem
- key-file /config/auth/ovpn_test_server.key
- }
- }
}