[pytest] log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)s] %(message)s log_file = logs/pytest.log log_file_level = INFO log_file_format = %(asctime)s [%(levelname)s] %(message)s log_file_date_format = %Y-%m-%d %H:%M:%S markers = smoke: smoke tests positive: acceptable actions, valid data negative: unacceptable actions, invalid data multinode: multinode tests env_only(name): mark test to run only on named environment authorization: tests related to user authorization and access control tc_repeat(count=repeat_num): mark test to run repeatedly per count last: mark the test to be run last second_to_last: mark the test to be run second to last