6000ecc Rename pytest_plugins to ipatests.pytest_ipa

46 files Authored by cheimes 5 years ago, Committed by tdudlak 5 years ago,
46 files changed. 60 lines added. 60 lines removed.
ipatests/conftest.py
file modified
+6 -6
ipatests/ipa-test-config
file modified
+1 -1
ipatests/ipa-test-task
file modified
+4 -4
ipatests/pytest_ipa/__init__.pyipatests/pytest_plugins/__init__.py
file renamed
+0 -0
ipatests/pytest_ipa/additional_config.pyipatests/pytest_plugins/additional_config.py
file renamed
+0 -0
ipatests/pytest_ipa/beakerlib.pyipatests/pytest_plugins/beakerlib.py
file renamed
+0 -0
ipatests/pytest_ipa/declarative.pyipatests/pytest_plugins/declarative.py
file renamed
+0 -0
ipatests/pytest_ipa/integration/__init__.pyipatests/pytest_plugins/integration/__init__.py
file renamed
+0 -0
ipatests/pytest_ipa/integration/config.pyipatests/pytest_plugins/integration/config.py
file renamed
+5 -5
ipatests/pytest_ipa/integration/create_caless_pki.pyipatests/pytest_plugins/integration/create_caless_pki.py
file renamed
+0 -0
ipatests/pytest_ipa/integration/create_external_ca.pyipatests/pytest_plugins/integration/create_external_ca.py
file renamed
+0 -0
ipatests/pytest_ipa/integration/env_config.pyipatests/pytest_plugins/integration/env_config.py
file renamed
+1 -1
ipatests/pytest_ipa/integration/host.pyipatests/pytest_plugins/integration/host.py
file renamed
+2 -2
ipatests/pytest_ipa/integration/tasks.pyipatests/pytest_plugins/integration/tasks.py
file renamed
+0 -0
ipatests/pytest_ipa/nose_compat.pyipatests/pytest_plugins/nose_compat.py
file renamed
+0 -0
ipatests/setup.py
file modified
+2 -2
ipatests/test_integration/base.py
file modified
+1 -1
ipatests/test_integration/test_advise.py
file modified
+1 -1
ipatests/test_integration/test_backup_and_restore.py
file modified
+1 -1
ipatests/test_integration/test_caless.py
file modified
+3 -3
ipatests/test_integration/test_commands.py
file modified
+1 -1
ipatests/test_integration/test_customized_ds_config_install.py
file modified
+1 -1
ipatests/test_integration/test_dns_locations.py
file modified
+1 -1
ipatests/test_integration/test_dnssec.py
file modified
+1 -1
ipatests/test_integration/test_external_ca.py
file modified
+2 -2
ipatests/test_integration/test_forced_client_reenrollment.py
file modified
+1 -1
ipatests/test_integration/test_http_kdc_proxy.py
file modified
+1 -1
ipatests/test_integration/test_idviews.py
file modified
+2 -2
ipatests/test_integration/test_installation.py
file modified
+2 -2
ipatests/test_integration/test_kerberos_flags.py
file modified
+1 -1
ipatests/test_integration/test_legacy_clients.py
file modified
+1 -1
ipatests/test_integration/test_netgroup.py
file modified
+1 -1
ipatests/test_integration/test_replica_promotion.py
file modified
+3 -3
ipatests/test_integration/test_replication_layouts.py
file modified
+2 -2
ipatests/test_integration/test_server_del.py
file modified
+1 -1
ipatests/test_integration/test_service_permissions.py
file modified
+1 -1
ipatests/test_integration/test_simple_replication.py
file modified
+1 -1
ipatests/test_integration/test_sudo.py
file modified
+1 -1
ipatests/test_integration/test_testconfig.py
file modified
+1 -1
ipatests/test_integration/test_topologies.py
file modified
+1 -1
ipatests/test_integration/test_topology.py
file modified
+2 -2
ipatests/test_integration/test_trust.py
file modified
+1 -1
ipatests/test_integration/test_uninstallation.py
file modified
+1 -1
ipatests/test_integration/test_upgrade.py
file modified
+1 -1
ipatests/test_integration/test_user_permissions.py
file modified
+1 -1
ipatests/test_integration/test_vault.py
file modified
+1 -1
    Rename pytest_plugins to ipatests.pytest_ipa
    
    pytest 3.7.0 doesn't like ipatests.pytest_plugins package. The string
    "pytest_plugins" is used as marker to load plugins. By populare vote and
    to avoid future conflicts, we decided to rename the directory to pytest_ipa.
    
    Fixes: https://pagure.io/freeipa/issue/7663
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Michal Reznik <mreznik@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+6 -6
file modified
+1 -1
file modified
+4 -4
ipatests/pytest_ipa/__init__.py ipatests/pytest_plugins/__init__.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/additional_config.py ipatests/pytest_plugins/additional_config.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/beakerlib.py ipatests/pytest_plugins/beakerlib.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/declarative.py ipatests/pytest_plugins/declarative.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/integration/__init__.py ipatests/pytest_plugins/integration/__init__.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/integration/config.py ipatests/pytest_plugins/integration/config.py
file renamed
+5 -5
ipatests/pytest_ipa/integration/create_caless_pki.py ipatests/pytest_plugins/integration/create_caless_pki.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/integration/create_external_ca.py ipatests/pytest_plugins/integration/create_external_ca.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/integration/env_config.py ipatests/pytest_plugins/integration/env_config.py
file renamed
+1 -1
ipatests/pytest_ipa/integration/host.py ipatests/pytest_plugins/integration/host.py
file renamed
+2 -2
ipatests/pytest_ipa/integration/tasks.py ipatests/pytest_plugins/integration/tasks.py
file renamed
file was renamed with no change to the file
ipatests/pytest_ipa/nose_compat.py ipatests/pytest_plugins/nose_compat.py
file renamed
file was renamed with no change to the file
file modified
+2 -2