forked from usmqe/usmqe-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
54 lines (45 loc) · 1.7 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[pytest]
# Limit test case discovery to ``usmqe_tests`` direcotry
# https://pytest.readthedocs.io/en/stable/customize.html?highlight=testpaths#confval-testpaths
testpaths = usmqe_tests
#
# USM QE config section (see plugin/usmqe_config.py)
#
# Path to the main usmqe config file (that is the file one should edit to
# change configuration of usm qe tests).
usm_config = conf/usm.ini
# Path to the host inventory file (list of all machines of a test cluster
# grouped into roles). This file is used both by ansible and usm qe tests.
usm_inventory = conf/usm.hosts
# Predefined usmqe configuration values.
# You should not change them here, but edit ini file referenced in usm_config
#
# For add hoc changes, one can redefine the values from the command line:
#
# $ py.test -o=usm_username=admin2
# usm config group
usm_log_level = logging.DEBUG
usm_username = admin
usm_password =
usm_web_url =
usm_api_url =
usm_ca_cert = False
# webstr config group: webstr specific options
usm_webstr_selenium_server =
# ldap config group: LDAP specific options
usm_ldap_server = None
usm_ldap_port = 389
usm_ldap_base = None
usm_ldap_domainadmin = None
usm_ldap_password = None
usm_ldap_uid = "cn"
usm_ldap_firstname = "displayName"
usm_ldap_lastname = "sn"
usm_ldap_displayname = None
usm_ldap_email = "mail"
usm_ldap_user_file = None
# rpm configuration
usm_core_baseurl=https://copr-be.cloud.fedoraproject.org/results/tendrl/tendrl/epel-7-x86_64/
usm_core_gpgkey_url=https://copr-be.cloud.fedoraproject.org/results/tendrl/tendrl/pubkey.gpg
usm_deps_baseurl=https://copr-be.cloud.fedoraproject.org/results/tendrl/dependencies/epel-7-x86_64/
usm_deps_gpgkey_url=https://copr-be.cloud.fedoraproject.org/results/tendrl/dependencies/pubkey.gpg