Skip to content
Snippets Groups Projects
Select Git revision
  • f0dfaae0af54cbd7b9758b441d52ff9c1f1164e5
  • main default protected
  • f-sss4grpc
  • dev
  • 108-implement-rpc-call-for-server-side-scripting
  • f-windows-conan-create
  • f-to-string
  • f-update-requirements
  • f-related-projects
  • f-role
  • f-remote-path
  • f-rel-path
  • f-consol-message
  • v0.3.0
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
  • v0.1.1
  • v0.1
  • v0.0.19
  • v0.0.18
  • v0.0.16
  • v0.0.15
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
33 results

test_connection.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pycaosdb.ini.template 1.35 KiB
    # -*- mode:conf; -*-
    
    ## This sections must exist in addition to the usual section.
    [IntegrationTests]
    ########## Server-side scripting ##################
    # test_server_side_scripting.bin_dir.local=/path/to/scripting/bin
    # test_server_side_scripting.bin_dir.server=/opt/caosdb/git/caosdb-server/scripting/bin
    
    ########## Files ##################
    # # 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/
    
    ########## Authentication tokens ##################
    # # 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
    
    
    ## Insert your usual settings here
    [Connection]
    #url=https://caosdb-server:10443/
    
    ## Some integration tests will fail without valid credentials.
    #username=admin
    #password_method=plain
    #password=caosdb
    
    ## Some integration tests will fail without a valid certificate here.
    #cacert=/path/to/cert/caosdb.cert.pem
    #cacert=/etc/ssl/cert.pem
    
    #debug=0
    
    #ssl_insecure=True
    #timeout=500