Add support for non-DHCP capable devices - #1618
Open
duncangreene wants to merge 2 commits into
Open
Conversation
… IP address of 10.10.10.100/24 and default gateway of 10.10.10.1 Update comments Clear cached device.ip_addr from previous runs This hadn't been required with DHCP-capable devices as device.ip_addr would be set in each run during the DHCP DORA process. With non-DHCP devices this process doesn't happen, and so requires clearing each time to avoid cached values. Add active ARP solicitation to connection_switch_arp_inspection Statically IP addressed devices may not offer a gratuitous ARP during boot and so this enhancement solicits an ARP response from the DUT if none are present during startup and monitoring captures Add early return in the DHCP related tests to cater for non-DHCP devices Remove superfluous ping from static IP check
…the Start new Testrun dialog box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature adds support for non-DHCP devices to progress to the Monitoring phase by soliciting an ARP response from a hardcoded, pre-specified to the end user, IP address of 10.10.10.100/24.
The DHCP related tests are duly not run if a non-DHCP device is detected.
DHCP devices are unaffected and still able to progress to Monitoring as normal if detected.