Activity log for bug #1603912

Date Who What changed Old value New value Message
2016-07-18 09:23:36 Dmitry Kaigarodеsev bug added bug
2016-07-18 09:24:18 Artem Hrechanychenko fuel: assignee Artem Grechanichenko (agrechanichenko)
2016-07-18 09:26:45 Dmitry Kaigarodеsev description 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' 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 example taken from URL: https://ci.fuel-infra.org/job/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/3321/console please check requirements in 'fuel-qa'
2016-07-18 09:36:33 Nastya Urlapova fuel: assignee Artem Grechanichenko (agrechanichenko) Fuel CI (fuel-ci)
2016-07-18 10:10:14 Dmitry Kaigarodеsev fuel: status New Fix Committed