Home
last modified time | relevance | path

Searched refs:dhcp_conf (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Ddhcp_config_test.py31 dhcp_conf = DhcpConfig()
35 self.assertEqual(expected_config, dhcp_conf.render_config_file())
40 dhcp_conf = DhcpConfig(default_lease_time=default_lease_time,
46 self.assertEqual(expected_config, dhcp_conf.render_config_file())
63 dhcp_conf = DhcpConfig(subnets=subnets,
99 self.assertEqual(expected_config, dhcp_conf.render_config_file())
112 dhcp_conf = DhcpConfig(subnets=subnets,
133 self.assertEqual(expected_config, dhcp_conf.render_config_file())
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/
DDhcpv4InteropTest.py195 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
198 dhcp_conf.render_config_file() + "\n")
201 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
262 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
264 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
272 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
274 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
307 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
308 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
325 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf],
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py417 dhcp_conf = dhcp_config.DhcpConfig(subnets=configured_subnets)
418 self.start_dhcp(dhcp_conf=dhcp_conf)
448 def start_dhcp(self, dhcp_conf): argument
459 self._dhcp.start(config=dhcp_conf)