Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Last active January 24, 2016 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/9e6244d25c241e5dc995 to your computer and use it in GitHub Desktop.
Save PlagueHO/9e6244d25c241e5dc995 to your computer and use it in GitHub Desktop.
Create a new Integration Test from the DSC Resource integration test template
git clone https://github.com/PowerShell/DSCResources.git
Copy-Item .\DSCResources\Tests.Template\integration_config_template.ps1 .\ciSCSI\Tests\Integration\BMD_ciSCSIVirtualDisk.config.ps1
Copy-Item .\DSCResources\Tests.Template\integration_template.ps1 .\ciSCSI\Tests\Integration\BMD_ciSCSIVirtualDisk.Integration.Tests.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment