mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add full integration test with hubtraf
- Fully simulates what a user would be doing - Also tests tljh-config set and reload functionality
This commit is contained in:
@@ -77,6 +77,13 @@ jobs:
|
||||
python3 .circleci/integration-test.py copy . /srv/src
|
||||
python3 .circleci/integration-test.py run 'python3 /srv/src/bootstrap/bootstrap.py'
|
||||
|
||||
|
||||
- run:
|
||||
name: switch to dummyauthenticator
|
||||
command: |
|
||||
python3 .circleci/integration-test.py run '/opt/tljh/hub/bin/tljh-config set auth.type dummyauthenticator.DummyAuthenticator'
|
||||
python3 .circleci/integration-test.py run '/opt/tljh/hub/bin/tljh-config reload'
|
||||
|
||||
- run:
|
||||
name: print systemd status + logs
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user