mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
3ac2cdfd43
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>
23 lines
427 B
YAML
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
|