#
# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP
# (c) Copyright 2017-2018 SUSE LLC
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
build_venvs: False
ca_bundle: /etc/ssl/ca-bundle.pem

hqe_common:
    deploy:
        hqe_user: hqe
        hqe_group: hqe
        code_folder: /home/ardanauser
        tests_git_repo: ardana-qa-tests
        work_folder: /opt/stack/hqe
        venv_folder_root: /opt/stack/venv
        inventory_location: "verb_hosts_{{ groups['hqa_deployer'][0] }}"
        hlm_ansible_dir: /home/stack/scratch/ansible/next/ardana/ansible
        venv_folder: ardana-qa-tests-example
        ardana_user: ardanauser
        test_driver_login: ardanauser
        default_test_region: region1
    run:
        test_suite_results_output: hosqa.subunit
        test_results_output: hosqa-tests.subunit

hqe_template:
    deploy:
        service_name: ardana_qa_tests_example
        tests_folder: ardana-qa-tests/example
        test_suite: template
