Lines Matching refs:setup_state

623 …def wait_operstate(self, link, operstate='degraded', setup_state='configured', setup_timeout=5, fa…  argument
639 if not setup_state:
640 setup_state = r'\S+'
655 …with_operstate, timeout='20s', bool_any=False, ipv4=False, ipv6=False, setup_state='configured', s… argument
692 if not bool_any and setup_state:
694 self.wait_operstate(link.split(':')[0], None, setup_state, setup_timeout)
781 self.wait_operstate('dummy98', 'degraded', setup_state='unmanaged')
804 self.wait_operstate('test1', 'off', setup_state='unmanaged')
812 self.wait_operstate('test1', 'degraded', setup_state='unmanaged')
816 self.wait_operstate('test1', 'degraded', setup_state='unmanaged')
1124 self.wait_online(['dropin-test:off'], setup_state='unmanaged')
1145 self.wait_operstate('bridge99', '(off|no-carrier)', setup_state='configuring')
1204 self.wait_online(['bond99:off', 'bond98:off'], setup_state='unmanaged')
1385 self.wait_online(['tun99:off'], setup_state='unmanaged')
1396 self.wait_online(['tap99:off'], setup_state='unmanaged')
1864 …_online(['ipiptun96:off', 'sittun96:off', 'gretun96:off', 'gretap96:off'], setup_state='unmanaged')
2888 self.wait_operstate('dummy98', 'off', setup_state='unmanaged')
3155setup_state = 'configured' if expect_up else ('configuring' if iteration == 0 else None)
3156 self.wait_operstate(interface, operstate, setup_state=setup_state, setup_timeout=20)
3197 self.wait_operstate('test1', 'off', setup_state='configuring')
3983 …self.wait_operstate('bridge99', operstate=r'(no-carrier|routable)', setup_state=None, setup_timeou…
3994 self.wait_operstate('bridge99', operstate='no-carrier', setup_state=None)