diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-07 01:49:33 +0200 |
---|---|---|
committer | MrArmonius <mrarmonius@gmail.com> | 2021-07-19 18:56:47 +0200 |
commit | a98556d5c1241f9150202d72ea096a775d97a582 (patch) | |
tree | 17825f52e0079e7eaa759a28951b9eb6fda6572e /test_automatic/go.mod | |
parent | aa912b5ceb24cb8772709171ea9589b0771bbe54 (diff) | |
download | bottin-a98556d5c1241f9150202d72ea096a775d97a582.tar.gz bottin-a98556d5c1241f9150202d72ea096a775d97a582.zip |
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
Diffstat (limited to 'test_automatic/go.mod')
-rw-r--r-- | test_automatic/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
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 +) |