Lines Matching refs:True
88 @mock.patch('subprocess.check_output', autospec=True)
108 @mock.patch('subprocess.check_output', autospec=True)
131 @mock.patch('subprocess.check_output', autospec=True)
141 @mock.patch('subprocess.check_output', autospec=True)
147 dsl.repo_sync(update_push_servers=True)
159 @mock.patch('subprocess.check_output', autospec=True)
172 run_cmd.assert_called_with('sudo service apache2 reload', shell=True,
178 run_cmd.assert_called_with(expanded_cmd, shell=True,
188 @mock.patch('subprocess.check_call', autospec=True)
199 @mock.patch('subprocess.check_output', autospec=True)
209 @mock.patch.object(dsl, 'restart_service', autospec=True)
217 with mock.patch.object(dsl, 'service_status', autospec=True,
245 @mock.patch('subprocess.check_output', autospec=True)
269 @mock.patch('subprocess.check_output', autospec=True)
315 {'verify': True, 'update': True, 'actions': True,
316 'report': True, 'dryrun': False, 'update_push_servers': False},
322 {'verify': True, 'update': True, 'actions': True,
323 'report': True, 'dryrun': False, 'update_push_servers': True},
329 {'verify': False, 'update': False, 'actions': True,
330 'report': True, 'dryrun': True, 'update_push_servers': False},
336 {'verify': False, 'update': False, 'actions': True,
357 'report': False, 'dryrun': True, 'update_push_servers': True},