Skip to content
Snippets Groups Projects
Select Git revision
  • 3dd2bdd0cbc2cb8301c35a2c8bf0f78e4738140d
  • main default protected
  • dev protected
  • f-fix-accent-sensitivity
  • f-filesystem-import
  • f-update-acl
  • f-filesystem-link
  • f-filesystem-directory
  • f-filesystem-core
  • f-filesystem-cleanup
  • f-string-ids
  • f-filesystem-main
  • f-multipart-encoding
  • f-trigger-advanced-user-tools
  • f-real-rename-test-pylibsolo2
  • f-real-rename-test-pylibsolo
  • f-real-rename-test
  • f-linkahead-rename
  • f-reference-record
  • f-xml-serialization
  • f-xfail-server-181
  • linkahead-pylib-v0.18.0
  • linkahead-control-v0.16.0
  • linkahead-pylib-v0.17.0
  • linkahead-mariadbbackend-v8.0.0
  • linkahead-server-v0.13.0
  • caosdb-pylib-v0.15.0
  • caosdb-pylib-v0.14.0
  • caosdb-pylib-v0.13.2
  • caosdb-server-v0.12.1
  • caosdb-pylib-v0.13.1
  • caosdb-pylib-v0.12.0
  • caosdb-server-v0.10.0
  • caosdb-pylib-v0.11.1
  • caosdb-pylib-v0.11.0
  • caosdb-server-v0.9.0
  • caosdb-pylib-v0.10.0
  • caosdb-server-v0.8.1
  • caosdb-pylib-v0.8.0
  • caosdb-server-v0.8.0
  • caosdb-pylib-v0.7.2
41 results

tester_pycaosdb.ini

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    tester_pycaosdb.ini 1.13 KiB
    ; pycaosdb.ini for pytest test suites.
    
    [IntegrationTests]
    ; location of the scripting bin dir which is used for the test scripts from the
    ; server's perspective.
    test_server_side_scripting.bin_dir.server = scripting/bin-debug/
    ; location of the scripting bin dir which is used for the test scripts from the
    ; pyinttest's perspective.
    test_server_side_scripting.bin_dir.local = /scripting/bin-debug/
    
    ; location of the files from the pyinttest perspective
    test_files.test_insert_files_in_dir.local = /extroot/test_insert_files_in_dir/
    ; location of the files from the caosdb_servers perspective
    test_files.test_insert_files_in_dir.server = /opt/caosdb/mnt/extroot/test_insert_files_in_dir/
    
    ; location of the one-time tokens from the pyinttest's perspective
    test_authentication.admin_token_crud = /authtoken/admin_token_crud.txt
    test_authentication.admin_token_expired = /authtoken/admin_token_expired.txt
    test_authentication.admin_token_3_attempts = /authtoken/admin_token_3_attempts.txt
    
    
    [Connection]
    url = https://caosdb-server:10443/
    username = admin
    cacert = /cert/caosdb.cert.pem
    debug = 0
    
    passwordmethod = plain
    password = caosdb
    
    timeout = 500