freeipa/ipatests/azure/azure_definitions/base-fedora.yml
Stanislav Levin 3ac2cdfd43 Azure: Make it possible to pass additional Pytest args
Some tests require its specific Pytest args. With this change
they can be specified in tests definitions.

Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2021-03-30 09:58:42 +02:00

23 lines
427 B
YAML

vms:
- vm_jobs:
- container_job: base
tests:
- test_cmdline
- test_install
- test_ipaclient
- test_ipalib
- test_ipaplatform
- test_ipapython
- test_ipaserver
- test_ipatests_plugins
- test_xmlrpc/test_dns_plugin.py
args: "-k 'not test_dns_soa'"
type: base
- container_job: xmlrpc
tests:
- test_xmlrpc
ignore:
- test_xmlrpc/test_dns_plugin.py
type: base