Comment 0 for bug 1619975

Revision history for this message
Maksim Malchuk (mmalchuk) wrote :

Both 10.0.custom.ubuntu.bvt_2 and 10.0.custom.system_test are broken due an error with fuel-qa/fuel-devops:

https://custom-ci.infra.mirantis.net/job/10.0.custom.system_test/1193/console

+ export PYTHONPATH=/home/jenkins/workspace/10.0.custom.system_test
+ echo /home/jenkins/workspace/10.0.custom.system_test
/home/jenkins/workspace/10.0.custom.system_test
+ python run_system_test.py run -q --nologcapture --with-xunit --group=bvt_2
Traceback (most recent call last):
  File "run_system_test.py", line 13, in <module>
    from fuelweb_test.helpers.utils import pretty_log
  File "/home/jenkins/workspace/10.0.custom.system_test/fuelweb_test/helpers/utils.py", line 51, in <module>
    from fuelweb_test.helpers.ssh_manager import SSHManager
  File "/home/jenkins/workspace/10.0.custom.system_test/fuelweb_test/helpers/ssh_manager.py", line 28, in <module>
    from devops.helpers.metaclasses import SingletonMeta
ImportError: No module named metaclasses
+ ec=1

https://custom-ci.infra.mirantis.net/job/10.0.custom.ubuntu.bvt_2/292/console

+ export PYTHONPATH=/home/jenkins/workspace/10.0.custom.ubuntu.bvt_2
+ echo /home/jenkins/workspace/10.0.custom.ubuntu.bvt_2
/home/jenkins/workspace/10.0.custom.ubuntu.bvt_2
+ python run_system_test.py run -q --nologcapture --with-xunit --group=bvt_2
Traceback (most recent call last):
  File "run_system_test.py", line 13, in <module>
    from fuelweb_test.helpers.utils import pretty_log
  File "/home/jenkins/workspace/10.0.custom.ubuntu.bvt_2/fuelweb_test/helpers/utils.py", line 51, in <module>
    from fuelweb_test.helpers.ssh_manager import SSHManager
  File "/home/jenkins/workspace/10.0.custom.ubuntu.bvt_2/fuelweb_test/helpers/ssh_manager.py", line 28, in <module>
    from devops.helpers.metaclasses import SingletonMeta
ImportError: No module named metaclasses
+ ec=1