From b2bae9deedcc5b2b67fa8a708785b1edb7cdce47 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 1 Feb 2019 19:19:22 +0000 Subject: [PATCH] tests: pad out localhost-* --- tests/ansible/hosts/localhost.hosts | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/tests/ansible/hosts/localhost.hosts b/tests/ansible/hosts/localhost.hosts index 080aa01a..89bf7b38 100644 --- a/tests/ansible/hosts/localhost.hosts +++ b/tests/ansible/hosts/localhost.hosts @@ -7,8 +7,31 @@ localhost # This is only used for manual testing. [localhost-x10] -localhost-[01:10] +localhost-[001:010] + +[localhost-x20] +localhost-[001:020] + +[localhost-x30] +localhost-[001:030] + +[localhost-x40] +localhost-[001:040] + +[localhost-x50] +localhost-[001:050] + +[localhost-x60] +localhost-[001:060] + +[localhost-x70] +localhost-[001:070] + +[localhost-x80] +localhost-[001:080] + +[localhost-x90] +localhost-[001:090] -# This is only used for manual testing. [localhost-x100] localhost-[001:100]