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

TEST(wip): minimizing changes for fix.

parent 3486d1e0
No related branches found
No related tags found
No related merge requests found
Pipeline #65394 passed
...@@ -32,7 +32,7 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \ ...@@ -32,7 +32,7 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... install pylinkahead.ini and the server-side scripts # ... install pylinkahead.ini and the server-side scripts
cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \ cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
cp -r /git/resources /scripting/bin-debug && \ cp -r /git/resources /scripting/bin-debug && \
# ... put out general version information # Print general version information.
python3 --version && \ python3 --version && \
python3 -c "import linkahead; print(linkahead.version.version)" && \ python3 -c "import linkahead; print(linkahead.version.version)" && \
ls -alh /authtoken && \ ls -alh /authtoken && \
...@@ -40,7 +40,8 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \ ...@@ -40,7 +40,8 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
mkdir -p /extroot && \ mkdir -p /extroot && \
chown -R user /extroot && \ chown -R user /extroot && \
chown -R user /git && \ chown -R user /git && \
sleep 20 && \ # Wait for all authtokens to be created. # Wait for all authtokens to be created.
sleep 20 && \
ls -alh /authtoken && \ ls -alh /authtoken && \
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