Signed-off-by: Dan Cuomo <dcuomo@outlook.com>
This commit is contained in:
Dan Cuomo 2019-06-02 04:48:25 +00:00
Родитель 184a5abe89
Коммит d68f2342a7
2 изменённых файлов: 11 добавлений и 8 удалений

Просмотреть файл

@ -12,7 +12,7 @@
RootModule = 'VMNetworkAdapter.psm1' RootModule = 'VMNetworkAdapter.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '0.0.0.7' ModuleVersion = '0.0.0.10'
# Supported PSEditions # Supported PSEditions
# CompatiblePSEditions = @() # CompatiblePSEditions = @()

Просмотреть файл

@ -1,17 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="2" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2019-06-02" time="03:49:42"> <test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="5" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2019-06-02" time="04:48:09">
<environment user="appveyor" machine-name="APPVYR-WIN" cwd="C:\projects\VMNetworkAdapter" user-domain="APPVYR-WIN" platform="Microsoft Windows Server 2012 R2 Datacenter|C:\windows|\Device\Harddisk0\Partition5" nunit-version="2.5.8.0" os-version="6.3.9600" clr-version="4.0.30319.42000" /> <environment user="appveyor" machine-name="APPVYR-WIN" cwd="C:\projects\VMNetworkAdapter" user-domain="APPVYR-WIN" platform="Microsoft Windows Server 2012 R2 Datacenter|C:\windows|\Device\Harddisk0\Partition5" nunit-version="2.5.8.0" os-version="6.3.9600" clr-version="4.0.30319.42000" />
<culture-info current-culture="en-US" current-uiculture="en-US" /> <culture-info current-culture="en-US" current-uiculture="en-US" />
<test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="1.0332" asserts="0" description="Pester"> <test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="1.0729" asserts="0" description="Pester">
<results> <results>
<test-suite type="TestFixture" name="C:\projects\VMNetworkAdapter\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="1.0332" asserts="0" description="C:\projects\VMNetworkAdapter\tests\unit\unit.tests.ps1"> <test-suite type="TestFixture" name="C:\projects\VMNetworkAdapter\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="1.0729" asserts="0" description="C:\projects\VMNetworkAdapter\tests\unit\unit.tests.ps1">
<results> <results>
<test-suite type="TestFixture" name="VMNetworkAdapter-Manifest" executed="True" result="Success" success="True" time="0.7494" asserts="0" description="VMNetworkAdapter-Manifest"> <test-suite type="TestFixture" name="VMNetworkAdapter-Manifest" executed="True" result="Success" success="True" time="0.8585" asserts="0" description="VMNetworkAdapter-Manifest">
<results> <results>
<test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="0.5138" asserts="0" description="Validation"> <test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="0.636" asserts="0" description="Validation">
<results> <results>
<test-case description="[Import-PowerShellDataFile] - VMNetworkAdapter.psd1 is a valid PowerShell Data File" name="VMNetworkAdapter-Manifest.Validation.[Import-PowerShellDataFile] - VMNetworkAdapter.psd1 is a valid PowerShell Data File" time="0.1663" asserts="0" success="True" result="Success" executed="True" /> <test-case description="[Import-PowerShellDataFile] - VMNetworkAdapter.psd1 is a valid PowerShell Data File" name="VMNetworkAdapter-Manifest.Validation.[Import-PowerShellDataFile] - VMNetworkAdapter.psd1 is a valid PowerShell Data File" time="0.1723" asserts="0" success="True" result="Success" executed="True" />
<test-case description="[Test-ModuleManifest] - VMNetworkAdapter.psd1 should pass the basic test" name="VMNetworkAdapter-Manifest.Validation.[Test-ModuleManifest] - VMNetworkAdapter.psd1 should pass the basic test" time="0.0125" asserts="0" success="True" result="Success" executed="True" /> <test-case description="[Test-ModuleManifest] - VMNetworkAdapter.psd1 should pass the basic test" name="VMNetworkAdapter-Manifest.Validation.[Test-ModuleManifest] - VMNetworkAdapter.psd1 should pass the basic test" time="0.0067" asserts="0" success="True" result="Success" executed="True" />
<test-case description="Should have exported the DSC Resource: VMNetworkAdapterTeamMapping" name="VMNetworkAdapter-Manifest.Validation.Should have exported the DSC Resource: VMNetworkAdapterTeamMapping" time="0.0778" asserts="0" success="True" result="Success" executed="True" />
<test-case description="Should have exported the DSC Resource: VMNetworkAdapterSettings" name="VMNetworkAdapter-Manifest.Validation.Should have exported the DSC Resource: VMNetworkAdapterSettings" time="0.0102" asserts="0" success="True" result="Success" executed="True" />
<test-case description="Should have exported the DSC Resource: VMNetworkAdapterIsolation" name="VMNetworkAdapter-Manifest.Validation.Should have exported the DSC Resource: VMNetworkAdapterIsolation" time="0.0026" asserts="0" success="True" result="Success" executed="True" />
</results> </results>
</test-suite> </test-suite>
</results> </results>