Swarm test 9.0.system_test.ubuntu.ironic_deploy_swift fails

Bug #1552642 reported by Kyrylo Romanenko
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Status tracked in 10.0.x
10.0.x
Fix Released
High
MOS Ironic

Bug Description

Test 9.0.system_test.ubuntu.ironic_deploy_swift fails.

Job link: https://product-ci.infra.mirantis.net/view/All/job/9.0.system_test.ubuntu.ironic_deploy_swift/26/

Iso magnet link: magnet:?xt=urn:btih:f75c6863d35b14bdedecc0cbd23a618db689fbab&dn=fuel-9.0-8-2016-03-02%5F22-42-01.iso&tr=http%3A%2F%2Ftracker01-bud.infra.mirantis.net%3A8080%2Fannounce&tr=http%3A%2F%2Ftracker01-scc.infra.mirantis.net%3A8080%2Fannounce&tr=http%3A%2F%2Ftracker01-msk.infra.mirantis.net%3A8080%2Fannounce&ws=http%3A%2F%2Fsrv41-bud.infra.mirantis.net%2Ffuelweb-iso%2Ffuel-9.0-8-2016-03-02%5F22-42-01.iso

Error Message

Failed 2 OSTF tests; should fail 0 tests. Names of failed tests:
  - Check that Ironic services are running (failure) pgrep -la nova-compute command failed. Please refer to OpenStack logs for more details.
  - Check that Ironic can operate nodes (failure) Error creating node. Please refer to OpenStack logs for more details.
Stacktrace

Traceback (most recent call last):
  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
    self._testFunc()
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
    compatability.capture_type_error(s_func)
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
    func()
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
    func(test_case.state.get_state())
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/helpers/decorators.py", line 83, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/tests/test_ironic_base.py", line 182, in ironic_deploy_swift
    cluster_id = self._deploy_ironic_cluster()
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/tests/test_ironic_base.py", line 116, in _deploy_ironic_cluster
    self.fuel_web.deploy_cluster_wait(cluster_id)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/helpers/decorators.py", line 432, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/helpers/decorators.py", line 417, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/helpers/decorators.py", line 468, in wrapper
    return func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/helpers/decorators.py", line 478, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/helpers/decorators.py", line 359, in wrapper
    return func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/models/fuel_web_client.py", line 759, in deploy_cluster_wait
    self.assert_os_services_ready(cluster_id)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/__init__.py", line 59, in wrapped
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/models/fuel_web_client.py", line 184, in assert_os_services_ready
    interval=10, timeout=timeout)
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/devops/helpers/helpers.py", line 108, in _wait
    return raising_predicate()
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/models/fuel_web_client.py", line 183, in <lambda>
    should_fail=should_fail),
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/__init__.py", line 59, in wrapped
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/models/fuel_web_client.py", line 1077, in run_ostf
    failed_test_name=failed_test_name, test_sets=test_sets)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/__init__.py", line 59, in wrapped
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.0.system_test.ubuntu.ironic_deploy_swift/fuelweb_test/models/fuel_web_client.py", line 273, in assert_ostf_run
    indent=1)))
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/asserts.py", line 163, in assert_true
    raise ASSERTION_ERROR(message)
AssertionError: Failed 2 OSTF tests; should fail 0 tests. Names of failed tests:
  - Check that Ironic services are running (failure) pgrep -la nova-compute command failed. Please refer to OpenStack logs for more details.
  - Check that Ironic can operate nodes (failure) Error creating node. Please refer to OpenStack logs for more details.

Tags: area-ironic
Revision history for this message
Vasyl Saienko (vsaienko) wrote :
Changed in mos:
importance: Critical → High
Dina Belova (dbelova)
Changed in mos:
status: New → In Progress
Revision history for this message
Kyrylo Romanenko (kromanenko) wrote :

Patch https://review.openstack.org/#/c/283291/ merged and 9.0.system_test.ubuntu.ironic_deploy_swift job is green.

Changed in mos:
status: In Progress → Fix Released
Revision history for this message
Serge Kovaleff (serge-kovaleff) wrote :

Released as part of 9.0

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.