Brandon Olin
Brandon Olin
What version of InfoBlox?
Awesome. Thanks for finding this!
@rtabit That is indeed a scenario you could use OVF with. Keep in mind, OVF is really just a mechanism to package Pester tests into a module for distribution /...
I'm a little unclear on how the the Pester tests would have to be constructed to support the ConfigurationData format. Maybe an example? If the Pester tests are designed to...
@cparker4486 I agree that the `AddNumber` example doesn't really help explain the benefits of using the framework. A better example should be provided. The main benefit of using OVF with...
This is because OVF is inspecting the Pester test and parsing the contents of the script not actually executing it. [This](https://github.com/PowerShell/Operation-Validation-Framework/blob/master/Modules/OperationValidation/OperationValidation.psm1#L79) function is how OVF determines the name for the...