Skip to content
Snippets Groups Projects
Unverified Commit cfeaa034 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

TEST(wip): minimizing changes for fix.

parent 1cf52c6d
No related branches found
No related tags found
No related merge requests found
Pipeline #65389 passed
...@@ -42,8 +42,5 @@ CMD ls -al /authtoken; rm /authtoken/*; /wait-for-it.sh caosdb-server:10443 -t 5 ...@@ -42,8 +42,5 @@ CMD ls -al /authtoken; rm /authtoken/*; /wait-for-it.sh caosdb-server:10443 -t 5
chown -R user /git && \ chown -R user /git && \
sleep 20 && \ sleep 20 && \
ls -alh /authtoken && \ ls -alh /authtoken && \
(find /authtoken/ -user user | grep -C 5 admin_token_crud.txt && exit 1; exit;) && \
date && \
# (stress -c 48 -t 130 &) && \
su user -c "timeout 2m pytest -s -vvv tests/test_authentication.py" && \ su user -c "timeout 2m pytest -s -vvv tests/test_authentication.py" && \
echo "All successful" echo "All successful"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment