Comment 0 for bug 1603912

Revision history for this message
Dmitry Kaigarodеsev (dkaiharodsev) wrote :

After latest environment update all of the deployment tests failed with same error:

+ export PYTHONPATH=/home/jenkins/workspace/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/fuel-qa
+ echo /home/jenkins/workspace/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/fuel-qa
/home/jenkins/workspace/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/fuel-qa
+ python run_system_test.py run -q --nologcapture --with-xunit --group=smoke_neutron
2016-07-18 09:20:51,414 - INFO fuel_web_client.py:3234 -- Use FuelWebClient compatible to fuel-devops 2.9
Traceback (most recent call last):
  File "run_system_test.py", line 225, in <module>
    shell()
  File "run_system_test.py", line 217, in shell
    discover_import_tests(basedir, tests_directory)
  File "/home/jenkins/workspace/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/fuel-qa/system_test/core/discover.py", line 154, in discover_import_tests
    imported_list.append(__import__(module))
  File "/home/jenkins/workspace/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/fuel-qa/fuelweb_test/tests/test_neutron.py", line 20, in <module>
    from fuelweb_test.helpers.common import Common
  File "/home/jenkins/workspace/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/fuel-qa/fuelweb_test/helpers/common.py", line 20, in <module>
    from heatclient.v1.client import Client as HeatClient
ImportError: No module named heatclient.v1.client

please check requirements in 'fuel-qa'