diff options
author | John Estabrook <jestabro@vyos.io> | 2022-04-07 14:57:44 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-04-07 16:11:51 -0500 |
commit | 143621114e715eec996a2368011d7f559e89fa07 (patch) | |
tree | 38c965384a3b29bac51c265c888ee8360412957c /smoketest/scripts/cli | |
parent | 4c89134c632de11da52564f432483011a1cd0034 (diff) | |
download | vyos-1x-143621114e715eec996a2368011d7f559e89fa07.tar.gz vyos-1x-143621114e715eec996a2368011d7f559e89fa07.zip |
smoketest: http: bind http api to unix domain socket
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-x | smoketest/scripts/cli/test_service_https.py | 1 |
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]) |