See <http://vm-166.abc.idm.lab.eng.brq.redhat.com:8080/job/NIGHTLY/77/display/redirect> ------------------------------------------ [...truncated 26195 lines...] self = <lib389.DirSrv object at 0x7f0441763550>, name = '\''dbdir'\'' def __getattr__(self,name): if self.CLASSATTR_OPTION_MAPPING.has_key(name): return self.get_option(self.CLASSATTR_OPTION_MAPPING[name]) elif self.__dict__.has_key(name): return self.__dict__[name] else: raise AttributeError,'\''%s has no attribute %s'\'' % ( > self.__class__.__name__,repr(name) ) E AttributeError: DirSrv has no attribute '\''dbdir'\'' /usr/lib64/python2.7/site-packages/ldap/ldapobject.py:136: AttributeError _______ ERROR at setup of test_behavior_with_value[waitfor_async_attr3] ________ request = <SubRequest '\''topology_m2'\'' for <Function '\''test_not_int_value'\''>> @pytest.fixture(scope="module") def topology_m2(request): """Create Replication Deployment with two masters""" > topology = create_topology({ReplicaRole.MASTER: 2}) ../../../lib389/lib389/topologies.py:237: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../lib389/lib389/topologies.py:57: in create_topology instance = DirSrv(verbose=False) ../../../lib389/lib389/__init__.py:400: in __init__ self.__add_brookers__() ../../../lib389/lib389/__init__.py:318: in __add_brookers__ self.changelog = Changelog(self) ../../../lib389/lib389/changelog.py:29: in __init__ self.changelogdir = os.path.join(os.path.dirname(self.conn.dbdir), DEFAULT_CHANGELOG_DB) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <lib389.DirSrv object at 0x7f0441763550>, name = '\''dbdir'\'' def __getattr__(self,name): if self.CLASSATTR_OPTION_MAPPING.has_key(name): return self.get_option(self.CLASSATTR_OPTION_MAPPING[name]) elif self.__dict__.has_key(name): return self.__dict__[name] else: raise AttributeError,'\''%s has no attribute %s'\'' % ( > self.__class__.__name__,repr(name) ) E AttributeError: DirSrv has no attribute '\''dbdir'\'' /usr/lib64/python2.7/site-packages/ldap/ldapobject.py:136: AttributeError ____________________ ERROR at setup of test_account_locking ____________________ request = <SubRequest '\''topology'\'' for <Function '\''test_account_locking'\''>> @pytest.fixture(scope="module") def topology_st(request): """Create DS standalone instance""" > topology = create_topology({ReplicaRole.STANDALONE: 1}) ../../../lib389/lib389/topologies.py:170: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../lib389/lib389/topologies.py:57: in create_topology instance = DirSrv(verbose=False) ../../../lib389/lib389/__init__.py:400: in __init__ self.__add_brookers__() ../../../lib389/lib389/__init__.py:318: in __add_brookers__ self.changelog = Changelog(self) ../../../lib389/lib389/changelog.py:29: in __init__ self.changelogdir = os.path.join(os.path.dirname(self.conn.dbdir), DEFAULT_CHANGELOG_DB) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <lib389.DirSrv object at 0x7f0441fb9810>, name = '\''dbdir'\'' def __getattr__(self,name): if self.CLASSATTR_OPTION_MAPPING.has_key(name): return self.get_option(self.CLASSATTR_OPTION_MAPPING[name]) elif self.__dict__.has_key(name): return self.__dict__[name] else: raise AttributeError,'\''%s has no attribute %s'\'' % ( > self.__class__.__name__,repr(name) ) E AttributeError: DirSrv has no attribute '\''dbdir'\'' /usr/lib64/python2.7/site-packages/ldap/ldapobject.py:136: AttributeError ________________ ERROR at setup of test_schema_comparewithfiles ________________ request = <SubRequest '\''topology_st'\'' for <Function '\''test_schema_comparewithfiles'\''>> @pytest.fixture(scope="module") def topology_st(request): """Create DS standalone instance""" > topology = create_topology({ReplicaRole.STANDALONE: 1}) ../../../lib389/lib389/topologies.py:170: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../lib389/lib389/topologies.py:57: in create_topology instance = DirSrv(verbose=False) ../../../lib389/lib389/__init__.py:400: in __init__ self.__add_brookers__() ../../../lib389/lib389/__init__.py:318: in __add_brookers__ self.changelog = Changelog(self) ../../../lib389/lib389/changelog.py:29: in __init__ self.changelogdir = os.path.join(os.path.dirname(self.conn.dbdir), DEFAULT_CHANGELOG_DB) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <lib389.DirSrv object at 0x7f0442040810>, name = '\''dbdir'\'' def __getattr__(self,name): if self.CLASSATTR_OPTION_MAPPING.has_key(name): return self.get_option(self.CLASSATTR_OPTION_MAPPING[name]) elif self.__dict__.has_key(name): return self.__dict__[name] else: raise AttributeError,'\''%s has no attribute %s'\'' % ( > self.__class__.__name__,repr(name) ) E AttributeError: DirSrv has no attribute '\''dbdir'\'' /usr/lib64/python2.7/site-packages/ldap/ldapobject.py:136: AttributeError =================================== FAILURES =================================== _____________________ test_slapd_InstScriptsEnabled[true] ______________________ config_attr = '\''true'\'' @pytest.mark.parametrize("config_attr", ('\''true'\'', '\''false'\'')) def test_slapd_InstScriptsEnabled(config_attr): """Tests InstScriptsEnabled attribute with "True" and "False" options :id: 02faac7f-c44d-4a3e-bf2d-1021e51da1ed :setup: Standalone instance with slapd.InstScriptsEnabled option as "True" and "False" :steps: 1. Execute setup-ds.pl with slapd.InstScriptsEnabled option as "True". 2. Check if /usr/lib64/dirsrv/slapd-instance instance script directory is created or not. 3. Execute setup-ds.pl with slapd.InstScriptsEnabled option as "False". 4. Check if /usr/lib64/dirsrv/slapd-instance instance script directory is created or not. :expectedresults: 1. Instance should be created. 2. /usr/lib64/dirsrv/slapd-instance instance script directory should be created. 3. Instance should be created. 4. /usr/lib64/dirsrv/slapd-instance instance script directory should not be created. """ log.info('\''set SER_INST_SCRIPTS_ENABLED to {}'\''.format(config_attr)) > standalone = create_instance(config_attr) suites/setup_ds/setup_ds_test.py:62: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ suites/setup_ds/setup_ds_test.py:23: in create_instance standalone = DirSrv(verbose=False) ../../../lib389/lib389/__init__.py:400: in __init__ self.__add_brookers__() ../../../lib389/lib389/__init__.py:318: in __add_brookers__ self.changelog = Changelog(self) ../../../lib389/lib389/changelog.py:29: in __init__ self.changelogdir = os.path.join(os.path.dirname(self.conn.dbdir), DEFAULT_CHANGELOG_DB) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <lib389.DirSrv object at 0x7f0441ab1dd0>, name = '\''dbdir'\'' def __getattr__(self,name): if self.CLASSATTR_OPTION_MAPPING.has_key(name): return self.get_option(self.CLASSATTR_OPTION_MAPPING[name]) elif self.__dict__.has_key(name): return self.__dict__[name] else: raise AttributeError,'\''%s has no attribute %s'\'' % ( > self.__class__.__name__,repr(name) ) E AttributeError: DirSrv has no attribute '\''dbdir'\'' /usr/lib64/python2.7/site-packages/ldap/ldapobject.py:136: AttributeError ----------------------------- Captured stderr call ----------------------------- INFO:setup_ds_test:set SER_INST_SCRIPTS_ENABLED to true INFO:setup_ds_test:create_instance - Installs the instance and Sets the value of InstScriptsEnabled to true OR false. INFO:setup_ds_test:Set up the instance and set the config_attr _____________________ test_slapd_InstScriptsEnabled[false] _____________________ config_attr = '\''false'\'' @pytest.mark.parametrize("config_attr", ('\''true'\'', '\''false'\'')) def test_slapd_InstScriptsEnabled(config_attr): """Tests InstScriptsEnabled attribute with "True" and "False" options :id: 02faac7f-c44d-4a3e-bf2d-1021e51da1ed :setup: Standalone instance with slapd.InstScriptsEnabled option as "True" and "False" :steps: 1. Execute setup-ds.pl with slapd.InstScriptsEnabled option as "True". 2. Check if /usr/lib64/dirsrv/slapd-instance instance script directory is created or not. 3. Execute setup-ds.pl with slapd.InstScriptsEnabled option as "False". 4. Check if /usr/lib64/dirsrv/slapd-instance instance script directory is created or not. :expectedresults: 1. Instance should be created. 2. /usr/lib64/dirsrv/slapd-instance instance script directory should be created. 3. Instance should be created. 4. /usr/lib64/dirsrv/slapd-instance instance script directory should not be created. """ log.info('\''set SER_INST_SCRIPTS_ENABLED to {}'\''.format(config_attr)) > standalone = create_instance(config_attr) suites/setup_ds/setup_ds_test.py:62: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ suites/setup_ds/setup_ds_test.py:23: in create_instance standalone = DirSrv(verbose=False) ../../../lib389/lib389/__init__.py:400: in __init__ self.__add_brookers__() ../../../lib389/lib389/__init__.py:318: in __add_brookers__ self.changelog = Changelog(self) ../../../lib389/lib389/changelog.py:29: in __init__ self.changelogdir = os.path.join(os.path.dirname(self.conn.dbdir), DEFAULT_CHANGELOG_DB) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <lib389.DirSrv object at 0x7f0442047850>, name = '\''dbdir'\'' def __getattr__(self,name): if self.CLASSATTR_OPTION_MAPPING.has_key(name): return self.get_option(self.CLASSATTR_OPTION_MAPPING[name]) elif self.__dict__.has_key(name): return self.__dict__[name] else: raise AttributeError,'\''%s has no attribute %s'\'' % ( > self.__class__.__name__,repr(name) ) E AttributeError: DirSrv has no attribute '\''dbdir'\'' /usr/lib64/python2.7/site-packages/ldap/ldapobject.py:136: AttributeError ----------------------------- Captured stderr call ----------------------------- INFO:setup_ds_test:set SER_INST_SCRIPTS_ENABLED to false INFO:setup_ds_test:create_instance - Installs the instance and Sets the value of InstScriptsEnabled to true OR false. INFO:setup_ds_test:Set up the instance and set the config_attr =============== 2 failed, 1 skipped, 602 error in 171.72 seconds ===============' + '[' 1 -ne 0 ']' + echo CI Tests 'FAILED!' CI Tests FAILED! + MSG=FAILED + RC=1 + sudo /usr/sbin/sendmail mreynolds@xxxxxxxxxx firstyear@xxxxxxxxxx + sudo rm -rf '/var/tmp/slapd*' + exit 1 Build step 'Execute shell' marked build as failure _______________________________________________ 389-devel mailing list -- 389-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to 389-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx