From 86c87d5110d9ad602a91f887da3fa50d024fd7aa Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 9 Feb 2020 18:42:39 +0100 Subject: ssh: add missing commit() --- scripts/cli/test_service_ssh.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/cli/test_service_ssh.py b/scripts/cli/test_service_ssh.py index b5247d77a..e272872ea 100755 --- a/scripts/cli/test_service_ssh.py +++ b/scripts/cli/test_service_ssh.py @@ -40,6 +40,9 @@ class TestServiceSSH(unittest.TestCase): """ Check if SSH service can be configured and runs """ self.session.set(base_path) + # commit changes + self.session.commit() + # Check for running process self.assertTrue("sshd" in (p.name() for p in process_iter())) -- cgit v1.2.3