From 143621114e715eec996a2368011d7f559e89fa07 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 7 Apr 2022 14:57:44 -0500 Subject: smoketest: http: bind http api to unix domain socket --- smoketest/scripts/cli/test_service_https.py | 1 + 1 file changed, 1 insertion(+) (limited to 'smoketest/scripts/cli/test_service_https.py') 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]) -- cgit v1.2.3