Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting #18260

Merged
merged 3 commits into from
Oct 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion test/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ named `credentials.yml`. A sample credentials file named


Provide cloud credentials:

cp credentials.template credentials.yml
${EDITOR:-vi} credentials.yml

Expand All @@ -91,6 +92,7 @@ Enable PowerShell Remoting (run on the Windows host via Remote Desktop):
Enable-PSRemoting -Force

Define Windows inventory:

cp inventory.winrm.template inventory.winrm
${EDITOR:-vi} inventory.winrm

Expand Down Expand Up @@ -156,9 +158,10 @@ Network Tests
=============
```
$ ANSIBLE_ROLES_PATH=targets ansible-playbook network-all.yaml
```

*NOTE* To run the network tests you will need a number of test machines and sutabily configured inventory file, a sample is included in `test/integration/inventory.network`
```


To filter a set of test cases set `limit_to` to the name of the group, generally this is the name of the module:

Expand Down