Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sargreal committed Sep 19, 2019
1 parent 0f0612a commit 2f854d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ldap.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ setup() {
-e LDAP_READONLY_USER_USERNAME="readonly" \
-e LDAP_READONLY_USER_PASSWORD="readonlypwd" \
-e FD_ADMIN_PASSWORD="fdadminpwd" \
-d hrektts/fusiondirectory-openldap:latest
-d fekide/fusiondirectory-openldap:bats
echo $status
[ "${status}" -eq 0 ]

until [ "$(ldapsearch -x -h localhost -b ou=snapshots,${BASE_DN} -D cn=admin,${BASE_DN} -w adminpwd | grep 'result:')" = "result: 0 Success" ]
Expand Down

0 comments on commit 2f854d5

Please sign in to comment.