From 134f97ab0d999e0655c3189244cb64228ceb7e0f Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 8 Aug 2017 16:08:19 -0500 Subject: Create a Run.ps1 script It was created the Run.ps1 helper script. Windows users can create VMs through this script without having to setup environment variables Change-Id: I5e8e25d3991cbea3d753afad370c07075ba9cb0e Signed-off-by: Victor Morales --- bootstrap/vagrant-onap/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstrap/vagrant-onap/CONTRIBUTING.md') diff --git a/bootstrap/vagrant-onap/CONTRIBUTING.md b/bootstrap/vagrant-onap/CONTRIBUTING.md index e473927e4..ab7f6ba1d 100644 --- a/bootstrap/vagrant-onap/CONTRIBUTING.md +++ b/bootstrap/vagrant-onap/CONTRIBUTING.md @@ -17,6 +17,11 @@ command: $ ./tools/run.sh testing [test_suite] [function] +or using PowerShell + + PS C:\> Set-ExecutionPolicy Bypass -Scope CurrentUser + PS C:\> .\tools\Run.ps1 [test_suite] [function] + Examples -------- -- cgit 1.2.3-korg