sonic-buildimage/dockers/docker-dhcp-relay/cli-plugin-tests
Yaqiang Zhu 39c1f878b3 [dhcp-relay] Add support for dhcp_relay config cli (#13373)
Why I did it
Currently the config cli of dhcpv4 is may cause confusion and config of dhcpv6 is missing.

How I did it
Add dhcp_relay config cli and test cases.

config dhcp_relay ipv4 helper (add | del) <vlan_id> <helper_ip_list>
config dhcp_relay ipv6 destination (add | del) <vlan_id> <destination_ip_list>
Updated docs for it in sonic-utilities: https://github.com/sonic-net/sonic-utilities/pull/2598/files
How to verify it
Build docker-dhcp-relay.gz with and without INCLUDE_DHCP_RELAY, and check target/docker-dhcp-relay.gz.log
2023-02-04 09:53:30 +08:00
..
conftest.py [dhcp-relay] Add support for dhcp_relay config cli (#13373) 2023-02-04 09:53:30 +08:00
mock_config.py Add CLI Support for IPv6 Helpers and DHCPv6 Relay Counters (#8593) 2021-09-23 22:01:26 -07:00
mock_tables.py [dhcp-relay] make DHCP relay an extension (#6531) 2021-07-15 10:35:56 -07:00
pytest.ini [dhcp-relay] make DHCP relay an extension (#6531) 2021-07-15 10:35:56 -07:00
test_config_dhcp_relay.py [dhcp-relay] Add support for dhcp_relay config cli (#13373) 2023-02-04 09:53:30 +08:00
test_config_vlan_dhcp_relay.py [dhcp-relay] Add support for dhcp_relay config cli (#13373) 2023-02-04 09:53:30 +08:00
test_show_dhcp6relay_counters.py [dhcp6relay] Fix option parsing and add dhcpv6 client messages (#10819) 2022-05-24 14:37:16 -07:00
test_show_dhcp_relay.py [dhcp_relay] Remove dhcpv6 servers from VlanBrief (#9718) 2022-01-19 07:47:08 -08:00
test_show_dhcpv6_helper.py docker-dhcp-relay: Fix test call to MockConfigDb (#9903) 2022-02-01 18:52:52 -08:00