Add health test to check for multiple switches that have VFP extension enabled #393
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.
Description
Summary of changes:
This pull request primarily introduces new functionality related to Virtual Filtering Platform (VFP) enabled virtual switches in the SDN diagnostics module. The most significant changes include the addition of a new cmdlet, updates to existing cmdlets, and enhancements to the diagnostics configuration.
New Functionality:
Get-SdnVMSwitchcmdlet to retrieve virtual switches from the hypervisor with an option to filter by VFP enabled switches.Test-SdnVfpEnabledVMSwitchcmdlet to check that only one VFP enabled virtual switch is configured on the system.Enhancements to Existing Cmdlets:
Get-SdnNetAdapterEncapOverheadConfigto support filtering by switch name or ID and to use the newGet-SdnVMSwitchcmdlet for retrieving VFP enabled switches. [1] [2]Configuration and Diagnostics Updates:
Get-SdnVMSwitchandTest-SdnVfpEnabledVMSwitchin thesrc/SdnDiagnostics.psd1file. [1] [2]Test-SdnVfpEnabledVMSwitchin the diagnostics configuration file with description and impact details.Test-SdnVfpEnabledVMSwitchinto theDebug-SdnServerfunction to be part of the diagnostic tests.Change type
Checklist: