Skip to content

Commit

Permalink
Skip test_resize_server_revert_with_volume_attached in nova-lvm
Browse files Browse the repository at this point in the history
The libvirt driver doesn't support resize for lvm-backed instances
so we need to skip this test to get the nova-lvm job to pass again.

Change-Id: Id752b539babadd187b4c999039cc4ca655437d47
Closes-Bug: #1782607
  • Loading branch information
mriedem committed Jul 19, 2018
1 parent 50f4085 commit c9589ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devstack/tempest-dsvm-lvm-rc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ r="$r|(?:.*id\-1499262a\-9328\-4eda\-9068\-db1ac57498d2.*)"
r="$r|(?:.*id\-138b131d\-66df\-48c9\-a171\-64f45eb92962.*)"
# tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert
r="$r|(?:.*id\-c03aab19\-adb1\-44f5\-917d\-c419577e9e68.*)"
# tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached
r="$r|(?:.*id\-fbbf075f\-a812\-4022\-bc5c\-ccb8047eef12.*)"
r="$r).*$"

export DEVSTACK_GATE_TEMPEST_REGEX="$r"

0 comments on commit c9589ed

Please sign in to comment.