Marcel Telka
2024-03-28 22f007a7e50fb2b0264244eb98ffb733ed55afd9
commit | author | age
22f007 1 --- ansible-core-2.15.10/test/lib/ansible_test/_internal/commands/units/__init__.py.orig
MT 2 +++ ansible-core-2.15.10/test/lib/ansible_test/_internal/commands/units/__init__.py
3 @@ -258,6 +258,16 @@
9cfccb 4              '-n', str(args.num_workers) if args.num_workers else 'auto',
MT 5              '--color', 'yes' if args.color else 'no',
6              '-p', 'no:cacheprovider',
22f007 7 +            '-p', 'no:enabler',
9cfccb 8 +            '-p', 'no:relaxed',
22f007 9 +            '-p', 'no:salt-factories',
MT 10 +            '-p', 'no:salt-factories-event-listener',
11 +            '-p', 'no:salt-factories-factories',
12 +            '-p', 'no:salt-factories-loader-mock',
13 +            '-p', 'no:salt-factories-log-server',
14 +            '-p', 'no:salt-factories-markers',
15 +            '-p', 'no:salt-factories-sysinfo',
16 +            '-p', 'no:system-statistics',
9cfccb 17              '-c', os.path.join(ANSIBLE_TEST_DATA_ROOT, 'pytest', 'config', config_name),
MT 18              '--junit-xml', os.path.join(ResultType.JUNIT.path, 'python%s-%s-units.xml' % (python.version, test_context)),
19              '--strict-markers',  # added in pytest 4.5.0