win_environment: Added tests and return info in document (#25064)

* win_environment: Added tests and return info in document

* fixing up some yaml issues

* some more things I should have detected

* fixing up test tag name
This commit is contained in:
Jordan Borean
2017-06-09 02:39:10 +10:00
committed by jhawkesworth
parent 357069afcb
commit 89caef8fb6
5 changed files with 315 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
test_environment_name: TEST_VALUE
test_machine_environment_value: "%SystemRoot%\\System32"
test_new_machine_environment_value: C:\Windows\System32
test_user_environment_value: C:\Program Files
test_new_user_environment_value: C:\Program Files (x86)