Lines Matching refs:ignore_status
15 def reset(self, ignore_status=False): argument
16 utils.system('service network restart', ignore_status=ignore_status)
19 def start(self, ignore_status=False): argument
20 utils.system('service network start', ignore_status=ignore_status)
23 def stop(self, ignore_status=False): argument
24 utils.system('service network stop', ignore_status=ignore_status)
47 def disable_ip_local_loopback(self, ignore_status=False): argument
49 ignore_status=ignore_status)
51 ignore_status=ignore_status)
54 def enable_ip_local_loopback(self, ignore_status=False): argument
56 ignore_status=ignore_status)
58 ignore_status=ignore_status)
270 ignore_status=True)