Blacklist test_get_server_diagnostics tests

The nova-lxd driver does not currently implement the server diagnostic
feature; blacklist tests and reference open bug report for resolution
at some point in the future.

Change-Id: Ifb6e1b8524a7f75761866ed14c42abc49c5f4d9b
Related-Bug: 1700516
This commit is contained in:
James Page 2017-06-26 12:54:18 +01:00
parent d0ca7b7854
commit f8daa3b38b
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ r="$r|(?:tempest\.api\.compute\.volumes\.test_attach_volume\.AttachVolumeTestJSO
r="$r|(?:tempest\.api\.compute\.volumes\.test_attach_volume\.AttachVolumeShelveTestJSON\.test_attach_detach_volume)"
#testtools.matchers._impl.MismatchError: u'NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT\nsda 8:0 0 1073741824 0 disk \nsdb 8:16 0 1073741824 0 disk \nvda 253:0 0 85899345920 0 disk \nvdb 253:16 0 42949672960 0 disk ' matches Contains('\nsdb ')
# XXX: jamespage (26 June 2017): disable diagnostic checks until driver implements them
# https://bugs.launchpad.net/nova-lxd/+bug/1700516
r="$r|(?:.*test_get_server_diagnostics.*)"
#test_get_server_diagnostics
r="$r).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"