Imported Debian patch 4.8.10-2

This commit is contained in:
Timo Aaltonen
2020-11-23 20:48:56 +02:00
committed by Mario Fetka
parent 8bc559c5a1
commit 358acdd85f
917 changed files with 1185414 additions and 1069733 deletions

View File

@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: ipatests
Version: 4.7.2
Version: 4.8.10
Summary: FreeIPA tests
Home-page: https://www.freeipa.org/
Author: FreeIPA Developers
@@ -16,10 +16,9 @@ Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
@@ -27,8 +26,8 @@ Classifier: Operating System :: Unix
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=2.7.5,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Requires-Python: >=3.6.0
Provides-Extra: integration
Provides-Extra: ipaserver
Provides-Extra: xmlrpc
Provides-Extra: webui
Provides-Extra: xmlrpc

View File

@@ -10,30 +10,37 @@ setup.cfg
setup.py
test_util.py
util.py
../COPYING
ipatests.egg-info/PKG-INFO
ipatests.egg-info/SOURCES.txt
ipatests.egg-info/dependency_links.txt
ipatests.egg-info/requires.txt
ipatests.egg-info/top_level.txt
prci_definitions/gating.yaml
prci_definitions/nightly_f28.yaml
prci_definitions/nightly_master.yaml
prci_definitions/nightly_rawhide.yaml
prci_definitions/nightly_ipa-4-8_latest.yaml
prci_definitions/nightly_ipa-4-8_latest_selinux.yaml
prci_definitions/nightly_ipa-4-8_previous.yaml
prci_definitions/temp_commit.yaml
pytest_ipa/__init__.py
pytest_ipa/additional_config.py
pytest_ipa/beakerlib.py
pytest_ipa/declarative.py
pytest_ipa/deprecated_frameworks.py
pytest_ipa/nose_compat.py
pytest_ipa/slicing.py
pytest_ipa/integration/__init__.py
pytest_ipa/integration/config.py
pytest_ipa/integration/create_caless_pki.py
pytest_ipa/integration/env_config.py
pytest_ipa/integration/fips.py
pytest_ipa/integration/firewall.py
pytest_ipa/integration/host.py
pytest_ipa/integration/tasks.py
pytest_ipa/integration/transport.py
test_cmdline/__init__.py
test_cmdline/cmdline.py
test_cmdline/test_cli.py
test_cmdline/test_console.py
test_cmdline/test_help.py
test_cmdline/test_ipagetkeytab.py
test_install/0_reset.update
@@ -51,28 +58,47 @@ test_install/test_install_checks.py
test_install/test_updates.py
test_integration/__init__.py
test_integration/base.py
test_integration/test_adtrust_install.py
test_integration/test_advise.py
test_integration/test_authselect.py
test_integration/test_automember.py
test_integration/test_backup_and_restore.py
test_integration/test_ca_custom_sdn.py
test_integration/test_caless.py
test_integration/test_cert.py
test_integration/test_cli_ipa_not_configured.py
test_integration/test_commands.py
test_integration/test_crlgen_manage.py
test_integration/test_customized_ds_config_install.py
test_integration/test_dns.py
test_integration/test_dns_locations.py
test_integration/test_dnssec.py
test_integration/test_epn.py
test_integration/test_external_ca.py
test_integration/test_fips.py
test_integration/test_forced_client_reenrollment.py
test_integration/test_http_kdc_proxy.py
test_integration/test_idviews.py
test_integration/test_installation.py
test_integration/test_installation_client.py
test_integration/test_ipahealthcheck.py
test_integration/test_kerberos_flags.py
test_integration/test_krbtpolicy.py
test_integration/test_legacy_clients.py
test_integration/test_membermanager.py
test_integration/test_netgroup.py
test_integration/test_ordering.py
test_integration/test_nfs.py
test_integration/test_ntp_options.py
test_integration/test_otp.py
test_integration/test_pki_config_override.py
test_integration/test_pkinit_manage.py
test_integration/test_replica_promotion.py
test_integration/test_replication_layouts.py
test_integration/test_server_del.py
test_integration/test_service_permissions.py
test_integration/test_simple_replication.py
test_integration/test_smb.py
test_integration/test_sssd.py
test_integration/test_sudo.py
test_integration/test_testconfig.py
test_integration/test_topologies.py
@@ -82,8 +108,10 @@ test_integration/test_uninstallation.py
test_integration/test_upgrade.py
test_integration/test_user_permissions.py
test_integration/test_vault.py
test_integration/test_winsyncmigrate.py
test_ipaclient/__init__.py
test_ipaclient/test_csrgen.py
test_ipaclient/test_ldapconf.py
test_ipaclient/data/test_csrgen/configs/caIPAserviceCert.conf
test_ipaclient/data/test_csrgen/configs/userCert.conf
test_ipaclient/data/test_csrgen/profiles/profile.json
@@ -106,6 +134,7 @@ test_ipalib/test_parameters.py
test_ipalib/test_plugable.py
test_ipalib/test_rpc.py
test_ipalib/test_text.py
test_ipalib/test_util.py
test_ipalib/test_x509.py
test_ipalib/data/ipa.pot
test_ipaplatform/__init__.py
@@ -153,11 +182,13 @@ test_ipaserver/data/pskc-invalid.xml
test_ipaserver/data/pskc-mini.xml
test_ipaserver/test_install/__init__.py
test_ipaserver/test_install/test_adtrustinstance.py
test_ipaserver/test_install/test_bindinstance.py
test_ipaserver/test_install/test_cainstance.py
test_ipaserver/test_install/test_installer.py
test_ipaserver/test_install/test_installutils.py
test_ipaserver/test_install/test_service.py
test_ipatests_plugins/__init__.py
test_ipatests_plugins/test_depr_frameworks.py
test_ipatests_plugins/test_ipa_run_tests.py
test_ipatests_plugins/test_slicing.py
test_webui/__init__.py
test_webui/crypto_utils.py
test_webui/data_config.py
@@ -218,6 +249,7 @@ test_xmlrpc/test_ca_plugin.py
test_xmlrpc/test_caacl_plugin.py
test_xmlrpc/test_caacl_profile_enforcement.py
test_xmlrpc/test_cert_plugin.py
test_xmlrpc/test_cert_request_ip_address.py
test_xmlrpc/test_certmap_plugin.py
test_xmlrpc/test_certprofile_plugin.py
test_xmlrpc/test_config_plugin.py

View File

@@ -1,10 +1,10 @@
cryptography>=1.6
dnspython>=1.15
gssapi>=1.2.0
ipaclient==4.7.2
ipalib==4.7.2
ipaplatform==4.7.2
ipapython==4.7.2
ipaclient==4.8.10
ipalib==4.8.10
ipaplatform==4.8.10
ipapython==4.8.10
polib
pytest
pytest_multihost