Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/
DDhcpv4InteropTest.py201 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
204 dhcp_conf.render_config_file() + "\n")
207 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
265 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
267 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
275 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
277 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
310 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf])
311 self.access_point.start_dhcp(dhcp_conf=dhcp_conf)
328 dhcp_conf = dhcp_config.DhcpConfig(subnets=[subnet_conf],
[all …]
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Ddhcp_config_test.py32 dhcp_conf = DhcpConfig()
36 self.assertEqual(expected_config, dhcp_conf.render_config_file())
41 dhcp_conf = DhcpConfig(default_lease_time=default_lease_time,
47 self.assertEqual(expected_config, dhcp_conf.render_config_file())
64 dhcp_conf = DhcpConfig(subnets=subnets,
100 self.assertEqual(expected_config, dhcp_conf.render_config_file())
113 dhcp_conf = DhcpConfig(subnets=subnets,
134 self.assertEqual(expected_config, dhcp_conf.render_config_file())
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py391 dhcp_conf = dhcp_config.DhcpConfig(subnets=configured_subnets)
392 self.start_dhcp(dhcp_conf=dhcp_conf)
413 def start_dhcp(self, dhcp_conf): argument
424 self._dhcp.start(config=dhcp_conf)