Lines Matching refs:cmd
45 cmd = "su brtest -c '/bin/systemctl restart systemd-timesyncd.service'"
46 _, exit_code = self.emulator.run(cmd, 10)
49 cmd = "cp /root/{file} {path}".format(file=rule_file, path=rule_path)
50 _, exit_code = self.emulator.run(cmd, 10)
53 cmd = "su brtest -c '/bin/systemctl restart systemd-timesyncd.service'"
54 _, exit_code = self.emulator.run(cmd, 10)
57 cmd = "rm {path}/{file}".format(file=rule_file, path=rule_path)
58 _, exit_code = self.emulator.run(cmd, 10)
70 cmd = "su brtest -c 'pkexec hello-polkit'"
71 output, exit_code = self.emulator.run(cmd, 10)
75 cmd = "cp /root/{file} {path}/{file}".format(file=rule_file, path=rule_path)
76 _, exit_code = self.emulator.run(cmd, 10)
79 cmd = "su brtest -c 'pkexec hello-polkit'"
80 output, exit_code = self.emulator.run(cmd, 10)
84 cmd = "rm {path}/{file}".format(file=rule_file, path=rule_path)
85 _, exit_code = self.emulator.run(cmd, 10)