From: parmentelat Date: Sun, 9 Dec 2018 17:41:05 +0000 (+0100) Subject: oops, fix bug introduced in recent commit X-Git-Tag: tests-6.0-5~7 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=9b1aa35c9ba5c4d478dfb3c5e709ff5169d43597 oops, fix bug introduced in recent commit --- diff --git a/system/TestPlc.py b/system/TestPlc.py index bd8580d..b89b23b 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1797,7 +1797,7 @@ class TestPlc: def sfa_delete_slice(self): pass def sfa_stop(self): - "stop sfa through systemclt" + "stop sfa through systemclt" return (self.start_stop_systemd('sfa-aggregate', 'stop') and self.start_stop_systemd('sfa-registry', 'stop'))