ee1e4c0 Initial revision of sssd pytest framework

30 files Authored by mrniranjan 6 years ago, Committed by jhrozek 6 years ago,
30 files changed. 5173 lines added. 0 lines removed.
src/tests/multihost/basic/README
file added
+19
src/tests/multihost/basic/conftest.py
file added
+206
src/tests/multihost/basic/mhc.yaml
file added
+9
src/tests/multihost/basic/test_basic.py
file added
+97
src/tests/python/MANIFEST.in
file added
+3
src/tests/python/README.rst
file added
+4
src/tests/python/docs/Install.rst
file added
+49
src/tests/python/docs/Makefile
file added
+188
src/tests/python/docs/MultihostPlugin.rst
file added
+27
src/tests/python/docs/conf.py
file added
+314
src/tests/python/docs/ds_389.rst
file added
+463
src/tests/python/docs/examples.rst
file added
+390
src/tests/python/docs/index.rst
file added
+39
src/tests/python/docs/kcm.rst
file added
+256
src/tests/python/docs/krb5.rst
file added
+76
src/tests/python/docs/layout.rst
file added
+14
src/tests/python/docs/running.rst
file added
+117
src/tests/python/docs/sssd-testlib.rst
file added
+32
src/tests/python/setup.py
file added
+37
src/tests/python/sssd-testlib.spec
file added
+144
src/tests/python/sssd/__init__.py
file added
+0
src/tests/python/sssd/testlib/__init__.py
file added
+0
src/tests/python/sssd/testlib/common/__init__.py
file added
+0
src/tests/python/sssd/testlib/common/authconfig.py
file added
+145
src/tests/python/sssd/testlib/common/exceptions.py
file added
+56
src/tests/python/sssd/testlib/common/libdirsrv.py
file added
+559
src/tests/python/sssd/testlib/common/libkrb5.py
file added
+219
src/tests/python/sssd/testlib/common/qe_class.py
file added
+346
src/tests/python/sssd/testlib/common/utils.py
file added
+980
src/tests/python/sssd/testlib/etc/pylintrc
file added
+384
    Initial revision of sssd pytest framework
    
    sssd-testlib: library containing shared functions to automtate
    sssd using pytest
    
    Basic Multihost test cases.
    
    Note: Multihost test cases can only be run inside Red Hat network
    currently.
    
    Minor fixes and rebased code from current downstream.
    Minor fixes to basic sanity tests
    Modify sssd-testlib and add new basic testcases.
    Minor fixes to Documentation,
    Add html Documentation.
    Minor fixes based on review comments
    Add fixes specified by devel
    Remove static html pages
    Remove whitelines
    
    copr: https://copr.fedorainfracloud.org/coprs/mrniranjan/sssd-testlib/
    
    Signed-off-by: Niranjan M.R <mrniranjan@redhat.com>
    
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
empty file added
empty file added