Lines Matching refs:ignore_status
14 def reset(self, ignore_status=False): argument
15 bin_utils.system('service network restart', ignore_status=ignore_status)
18 def start(self, ignore_status=False): argument
19 bin_utils.system('service network start', ignore_status=ignore_status)
22 def stop(self, ignore_status=False): argument
23 bin_utils.system('service network stop', ignore_status=ignore_status)
46 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
57 ignore_status=ignore_status)
59 ignore_status=ignore_status)
271 ignore_status=True)