aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dhcp.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-8/+5
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-530/+641
2022-02-17tests: make tests less make dependentKlement Sekera1-1/+1
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+1686
2019-10-07dhcp: Move to pluginNeale Ranns1-1650/+0
2019-10-03dhcp: API cleanupJakub Grajciar1-140/+123
2019-08-06ethernet: change to mark the CFI bit in the L2 header.Prashant Maheshwari1-1/+1
2019-07-26dhcp ip: DSCP settings for transmitted DHCP packetsNeale Ranns1-10/+62
2019-07-26dhcp: send unicast and broadcast packets via the IP adjacencyNeale Ranns1-16/+62
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+8
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-2/+3
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-10/+10
2019-01-31DHCP-test: more robust sleep checkNeale Ranns1-8/+13
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-5/+5
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-11/+11
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-2/+1
2018-07-18make_test: dhcp - add lease time test and wrong XID in OFFER testJan Gelety1-7/+102
2018-06-07DHCP Client DumpNeale Ranns1-0/+23
2018-03-23Add client hw address to DHCP offer and ack in test caseNeale Ranns1-6/+11
2018-03-23Drop dhcp pkts w/ hardware address mismatchesDave Barach1-0/+1
2018-03-19Scapy upgrade to 2.4.0.rc5Neale Ranns1-1/+2
2018-01-23For DHCP client configuration control the setting of the broadcast flag in theNeale Ranns1-4/+105
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-7/+0
2017-11-16Add Support of DHCP VSS Type 0 where VPN-ID is ASCIIJohn Lo1-170/+298
2017-10-25VPP-1033: Python API support arbitrary sized input parameters.Ole Troan1-1/+2
2017-09-11FIB table add/delete APINeale Ranns1-3/+21
2017-08-03DHCP Client: receive unicast ACKsNeale Ranns1-21/+71
2017-07-18DHCP client option 61 "client_id"Neale Ranns1-2/+32
2017-07-18DHCP client - remove interface address when DHCP de-configuredNeale Ranns1-21/+137
2017-04-19Learn IP6 link-local ND entries from NSs sourced from link-local addressNeale Ranns1-7/+1
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns1-44/+312
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns1-0/+7
2017-02-16Consolidate DHCP v4 and V6 implementation. No functional change intendedNeale Ranns1-1/+1
2017-02-21dhcp: multiple additionsNeale Ranns1-82/+84
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-16/+0
2017-01-26DHCPv[46] proxy testsNeale Ranns1-0/+739