Prepare deployment
-
Run unittests: python -m pytest unittests
-
Run e2e tests: KADITOKEN=pat_a3eb7bc2643f47bedceb111c8c6ae3c85b5620a636346084 python -m pytest end-to-end-tests/test_kadi.py
-
Check pipeline status -
Build docker and run container (see below)
docker build -t ruqad -f docker/Dockerfile .
docker run -ti -e KADITOKEN=pat_a3eb7bc2643f47bedceb111c8c6ae3c85b5620a636346084 -e KADIHOST=https://demo-kadi4mat.iam.kit.edu ruqad
Edited by Florian Spreckelsen