From a98556d5c1241f9150202d72ea096a775d97a582 Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Wed, 7 Jul 2021 01:49:33 +0200 Subject: Test End-to-end V1.0, testing Bottin's behavior Tests wrote in golang without framework Testing on the Bottin's behavior Tests made: - crated random Users and Group - LDAP ADD - check the match between Consul's data and Test's data- LDAP Search - modify attributes and check them - LDAP Modify --- test_automatic/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test_automatic/go.mod (limited to 'test_automatic/go.mod') diff --git a/test_automatic/go.mod b/test_automatic/go.mod new file mode 100644 index 0000000..74ed1ce --- /dev/null +++ b/test_automatic/go.mod @@ -0,0 +1,8 @@ +module bottin/integration + +go 1.14 + +require ( + github.com/go-ldap/ldap/v3 v3.3.0 + github.com/sirupsen/logrus v1.4.2 +) -- cgit v1.2.3