# OpenStack ID # ------------ # # This sets up which instance of OS are the tests run against by default. # Based on the OS ID (for example 'EXAMPLE'), those configuration-like files are # searched and read: # # * private/os/example.yml # File having OpenStack credentials in ansible variable file (YAML file # with "key: value" lines). See the ./private/os/EXAMPLE.yml for # variables you should set up. # # * config/os/EXAMPLE.sh # This file must contain basic OpenStack specific information about VM # setup on particular OS instance. export DTF_OPENSTACK_ID=dropbear # Result Database # --------------- # Directory where the testsuite should keep its (persistent) results. Make sure # that this directory is backed up. export DTF_DATABASE=/var/lib/dtf_results # Presenter place # --------------- # For now, only static results are available. DTF_PRESENTER_PLACE contains # rsync-compatible destination (it may be place accessible via ssh). That place # should be available via apache but thats up to you. export DTF_PRESENTER_PLACE=user@example.org:/var/www/html/my_project/dtf