From 1a33ca3184dbea838ea083a7cf026cf5884dc3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Fri, 20 Apr 2018 10:04:41 +0200 Subject: initial version --- tests/inventory | 2 ++ tests/test.retry | 1 + tests/test.yml | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 tests/inventory create mode 100644 tests/test.retry create mode 100644 tests/test.yml (limited to 'tests') diff --git a/tests/inventory b/tests/inventory new file mode 100644 index 0000000..878877b --- /dev/null +++ b/tests/inventory @@ -0,0 +1,2 @@ +localhost + diff --git a/tests/test.retry b/tests/test.retry new file mode 100644 index 0000000..2fbb50c --- /dev/null +++ b/tests/test.retry @@ -0,0 +1 @@ +localhost diff --git a/tests/test.yml b/tests/test.yml new file mode 100644 index 0000000..fb0d9b8 --- /dev/null +++ b/tests/test.yml @@ -0,0 +1,8 @@ +--- +- hosts: localhost + remote_user: root + roles: + - role: ansible-kong-app + kong_app_admin_url: http://127.0.0.1:8000 + kong_app_service_name: toto + kong_app_service_url: http://example.com -- cgit v1.2.3 From d213edd127a145821e419e80104a838da421e7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Fri, 20 Apr 2018 14:40:33 +0200 Subject: add travis configuration and fix tests --- tests/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/inventory b/tests/inventory index 878877b..49d4fe2 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,2 +1,2 @@ -localhost +localhost ansible_connection=local -- cgit v1.2.3 From 767c0e538b6b7c751784444fd6c676668e3a1b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Mon, 23 Apr 2018 10:35:56 +0200 Subject: setup an array of services --- tests/test.retry | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/test.retry (limited to 'tests') diff --git a/tests/test.retry b/tests/test.retry deleted file mode 100644 index 2fbb50c..0000000 --- a/tests/test.retry +++ /dev/null @@ -1 +0,0 @@ -localhost -- cgit v1.2.3