From d3110ea7ef7556f7f3c1a42d47b930a011e6aa36 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Thu, 12 Aug 2021 14:05:38 -0400 Subject: [PATCH] TESTS: Restart SSSD after restoring config --- test/check-application | 1 + 1 file changed, 1 insertion(+) diff --git a/test/check-application b/test/check-application index 6e2fa07..ba24916 100755 --- a/test/check-application +++ b/test/check-application @@ -254,6 +254,7 @@ class TestApplication(MachineCase): m.download(conf_file, test_all_file) # Revert to the previous config before testing to ensure test continuity m.upload([save_file], conf_file_path) + m.execute("systemctl restart sssd") # Check that the configs reflected the changes conf = configparser.ConfigParser() conf.read_file(open(test_none_file, "r"))