Skip to content
Snippets Groups Projects
Commit 3218cd0f authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Rename pycaosdb.ini to pylinkahead.ini

parent 6bff9b30
Branches
No related merge requests found
Pipeline #59944 passed
...@@ -20,14 +20,14 @@ COPY . /git ...@@ -20,14 +20,14 @@ COPY . /git
# Delete .git because it is huge. # Delete .git because it is huge.
RUN rm -r /git/.git RUN rm -r /git/.git
# Install pycaosdb.ini for the tests # Install pylinkahead.ini for the tests
RUN mv /git/.docker/tester_pycaosdb.ini /git/pycaosdb.ini RUN mv /git/.docker/tester_pylinkahead.ini /git/pylinkahead.ini
WORKDIR /git WORKDIR /git
# wait for server, # wait for server,
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... install pycaosdb.ini the server-side scripts # ... install pylinkahead.ini the server-side scripts
cp /git/.docker/sss_pycaosdb.ini /scripting/home/.pycaosdb.ini && \ cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
# ... and run tests # ... and run tests
tox tox
; this is the pycaosdb.ini for the server-side-scripting home. ; this is the pylinkahead.ini for the server-side-scripting home.
[Connection] [Connection]
url = https://caosdb-server:10443 url = https://caosdb-server:10443
cacert = /opt/caosdb/cert/caosdb.cert.pem cacert = /opt/caosdb/cert/caosdb.cert.pem
......
; pycaosdb.ini for pytest test suites. ; pylinkahead.ini for pytest test suites.
[IntegrationTests] [IntegrationTests]
; location of the scripting bin dir which is used for the test scripts from the ; location of the scripting bin dir which is used for the test scripts from the
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment