Hi, I just ran "/opt/dell/bin/smoketest tempest" on a built that had the following pull requests merged:
https://github.com/crowbar/barclamp-glance/pull/82 https://github.com/crowbar/barclamp-quantum/pull/37 https://github.com/crowbar/barclamp-glance/pull/85 https://github.com/crowbar/barclamp-nova/pull/158 https://github.com/crowbar/barclamp-cinder/pull/27 https://github.com/crowbar/barclamp-cinder/pull/30 https://github.com/crowbar/barclamp-nova/pull/158 Everything seemed to work well apart from the minor issue mentioned in: https://github.com/crowbar/barclamp-quantum/pull/37#discussion-diff-4654400 After "fixing" that. All smoketest up to tempest were executed successfully. The tempest test however completely failed. It just repeatedly logged something like this for all testcases: ====================================================================== ERROR: Failure: AttributeError ('module' object has no attribute 'WithAttributes') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/opt/tempest/tempest/tests/volume/test_volumes_snapshots.py", line 15, in <module> from tempest.tests.volume import base File "/opt/tempest/tempest/tests/volume/base.py", line 24, in <module> import tempest.test File "/opt/tempest/tempest/test.py", line 52, in <module> testtools.testcase.WithAttributes, AttributeError: 'module' object has no attribute 'WithAttributes' Is this a know problem? It seem completely unrelated to any of the above pull requests. -- regards, Ralf _______________________________________________ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/