summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2022-04-07 14:57:44 -0500
committerJohn Estabrook <jestabro@vyos.io>2022-04-07 16:11:51 -0500
commit143621114e715eec996a2368011d7f559e89fa07 (patch)
tree38c965384a3b29bac51c265c888ee8360412957c /smoketest
parent4c89134c632de11da52564f432483011a1cd0034 (diff)
downloadvyos-1x-143621114e715eec996a2368011d7f559e89fa07.tar.gz
vyos-1x-143621114e715eec996a2368011d7f559e89fa07.zip
smoketest: http: bind http api to unix domain socket
Diffstat (limited to 'smoketest')
-rwxr-xr-xsmoketest/scripts/cli/test_service_https.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_service_https.py b/smoketest/scripts/cli/test_service_https.py
index 2901cafa8..921344255 100755
--- a/smoketest/scripts/cli/test_service_https.py
+++ b/smoketest/scripts/cli/test_service_https.py
@@ -106,6 +106,7 @@ class TestHTTPSService(VyOSUnitTestSHIM.TestCase):
port = '443'
name = 'localhost'
+ self.cli_set(base_path + ['api', 'socket'])
key = 'MySuperSecretVyOS'
self.cli_set(base_path + ['api', 'keys', 'id', 'key-01', 'key', key])