Skip to content

Commit

Permalink
CI: execute integration test with Kerberos. Closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 20, 2020
1 parent 9cc3cac commit 758a7f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/kerberos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,13 @@ jobs:
run: |
make verify-web-login
klist
- name: Verify tcms-api can communicate over Kerberos
run: |
cat > ~/.tcms.conf << _EOF_
[tcms]
url = https://web.kiwitcms.org:8443/xml-rpc/
use_kerberos = True
_EOF_
make verify-integration

0 comments on commit 758a7f8

Please sign in to comment.