Skip to content

Commit

Permalink
test(connector/ldap): rewrite tests to use a single server instance
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Feb 15, 2021
1 parent 447841f commit f11db50
Show file tree
Hide file tree
Showing 8 changed files with 555 additions and 603 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Start services
run: docker-compose -f docker-compose.test.yaml up -d

- name: Test
run: make testall
env:
Expand All @@ -69,6 +72,9 @@ jobs:
DEX_POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
DEX_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
DEX_LDAP_TESTS: 1
DEX_LDAP_HOST: localhost
DEX_LDAP_PORT: 389
DEX_LDAP_TLS_PORT: 636
DEX_KEYSTONE_URL: http://localhost:${{ job.services.keystone.ports[5000] }}
DEX_KEYSTONE_ADMIN_URL: http://localhost:${{ job.services.keystone.ports[35357] }}
DEX_KEYSTONE_ADMIN_USER: demo
Expand Down
Loading

0 comments on commit f11db50

Please sign in to comment.