From 5b4ea08a1f9f7d9dac2fafb926dc252edf118961 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 31 Oct 2016 14:07:51 +0000 Subject: [PATCH] Formatting (#18260) * Formatting * Update README.md * Update --- test/integration/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/integration/README.md b/test/integration/README.md index 148aa4a5bcd..416ca605499 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -65,6 +65,7 @@ named `credentials.yml`. A sample credentials file named Provide cloud credentials: + cp credentials.template credentials.yml ${EDITOR:-vi} credentials.yml @@ -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 @@ -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: