packer-cn/provisioner
Wilken Rivera b183c5498f provisioner/powershell: Add basic Powershell provisioner acceptance tests
* Modifies the amazon-ebs builder with a windows build configuration

```
⇶  ACC_TEST_BUILDERS=amazon-ebs ACC_TEST_PROVISIONERS=powershell go test -v ./provisioner/powershell/... -run=TestPowershellProvisioner_Inline
--- PASS: TestPowershellProvisioner_Inline (256.50s)
--- PASS: TestPowershellProvisioner_Inline/testing_amazon-ebs_builder_against_powershell_provisioner (256.50s)
PASS
ok      github.com/hashicorp/packer/provisioner/powershell 256.525s
```
2020-04-06 16:52:05 -04:00
..
ansible extract the building of command args into a testable helper function 2020-04-01 16:07:14 -07:00
ansible-local Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
azure-dtlartifact Added acceptance tests for DTL. Fixed couple of issues with DTL root resource group not set to new directory 2020-04-02 17:23:21 -07:00
breakpoint Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
chef-client Add packer.ExpandUser() function to support tilde in usage of config.ValidationKeyPath (#8657) 2020-01-28 14:33:42 +01:00
chef-solo Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
converge Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
file Interpolate file provisioner and add integration tests 2020-03-13 16:17:40 +01:00
inspec Add exclude mapstructure tag to exclude from hcl2spec struct (#8785) 2020-03-03 17:13:39 +01:00
powershell provisioner/powershell: Add basic Powershell provisioner acceptance tests 2020-04-06 16:52:05 -04:00
puppet-masterless Remove redundant placeholder (#8503) 2019-12-19 10:39:46 +01:00
puppet-server Remove redundant placeholder (#8503) 2019-12-19 10:39:46 +01:00
salt-masterless Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
shell Write generic Builder-Provisioner acceptance test logic (#8963) 2020-04-03 18:17:09 +02:00
shell-local Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
sleep Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
windows-restart Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
windows-shell Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
elevated.go Attempt at generalising elevated support 2018-12-06 18:00:22 +00:00
elevated_test.go Fix/add tests 2018-12-07 16:23:03 +00:00
guest_commands.go add force to powershell move command 2019-02-05 17:47:00 +00:00
guest_commands_test.go Update guest_commands_test.go 2019-02-06 10:50:29 +00:00