← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1529781] [NEW] Tempest volume tests are failing in devstack vm

 

Public bug reported:

The following tempest volume tests have been failing in CI's test run
since Friday Dec 18, 2015.

20:33:46 {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [271.730166s] ... FAILED
20:33:53 {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... SKIPPED: SSH required for this test
20:37:23 {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [210.071655s] ... FAILED
20:37:35 {0}

The only errors in the cinder logs related to these tests are as follows:
http://paste.openstack.org/show/482795/

The following tests have also been failing due to changes that were introduced into the Nova libvirt driver:
20:47:52 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshot_create_get_list_update_delete [4.724829s] ... ok
20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshot_create_with_volume_in_use [214.139424s] ... FAILED
20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshots_list_details_with_params [0.083753s] ... FAILED
20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshots_list_with_params [0.074774s] ... FAILED
20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_volume_from_snapshot [0.070822s] ... FAILED
20:54:52 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete [4.996867s] ... ok
20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_with_volume_in_use [212.700531s] ... FAILED
20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params [0.073216s] ... FAILED
20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params [0.079156s] ... FAILED
20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot [0.074305s] ... FAILED

These are the only errors found in nova logs that causes these failures:
http://paste.openstack.org/show/482796/

The CI has been setup using the instructions given here:
https://git.openstack.org/cgit/openstack-infra/puppet-
openstackci/tree/contrib/README.md

The Openstack cloud where the nodepool nodes are created is a private
devstack deployment.

** Affects: cinder
     Importance: Undecided
         Status: New

** Affects: nova-project
     Importance: Undecided
         Status: New

** Also affects: nova
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1529781

Title:
  Tempest volume tests are failing in devstack vm

Status in Cinder:
  New
Status in Nova:
  New

Bug description:
  The following tempest volume tests have been failing in CI's test run
  since Friday Dec 18, 2015.

  20:33:46 {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [271.730166s] ... FAILED
  20:33:53 {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... SKIPPED: SSH required for this test
  20:37:23 {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [210.071655s] ... FAILED
  20:37:35 {0}

  The only errors in the cinder logs related to these tests are as follows:
  http://paste.openstack.org/show/482795/

  The following tests have also been failing due to changes that were introduced into the Nova libvirt driver:
  20:47:52 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshot_create_get_list_update_delete [4.724829s] ... ok
  20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshot_create_with_volume_in_use [214.139424s] ... FAILED
  20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshots_list_details_with_params [0.083753s] ... FAILED
  20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_snapshots_list_with_params [0.074774s] ... FAILED
  20:51:27 {0} tempest.api.volume.test_volumes_snapshots.VolumesV1SnapshotTestJSON.test_volume_from_snapshot [0.070822s] ... FAILED
  20:54:52 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete [4.996867s] ... ok
  20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_with_volume_in_use [212.700531s] ... FAILED
  20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params [0.073216s] ... FAILED
  20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params [0.079156s] ... FAILED
  20:58:25 {0} tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot [0.074305s] ... FAILED

  These are the only errors found in nova logs that causes these failures:
  http://paste.openstack.org/show/482796/

  The CI has been setup using the instructions given here:
  https://git.openstack.org/cgit/openstack-infra/puppet-
  openstackci/tree/contrib/README.md

  The Openstack cloud where the nodepool nodes are created is a private
  devstack deployment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1529781/+subscriptions


Follow ups