032240d tests: move CA related modules to pytest_plugins

Authored and Committed by mreznik 6 years ago
    tests: move CA related modules to pytest_plugins
    
    Till now both create_caless_pki.py and create_external_ca.py were
    stored in test_integration folder. However when trying to import
    e.g. "from create_external_ca import ExternalCA" from tasks.py
    where all other integration test`s support functions lives we get
    "AttributeError: module 'pytest' has no attribute 'config' as pytest
    was not completely initialized at the moment of the import.
    
    https://pagure.io/freeipa/issue/7302
    
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
ipatests/pytest_plugins/integration/create_external_ca.py ipatests/test_integration/create_external_ca.py
file renamed
file was renamed with no change to the file