6a571a4493
The tests for XenAPI plugins were introduced with change [1]. This change also appended them to the python3 test whitelist, as the functionality could only be executed on python2.4 environment. The aforementioned changes were removed with change [2], but the whitelist item was left behind. This change removes the obsolete line. [1]2aa81e9ef6
[2]21149582ff
Change-Id: Ibc15e9a06adf34512eda904d0bb3eba1eed04784
11 lines
541 B
Plaintext
11 lines
541 B
Plaintext
nova.tests.unit.test_wsgi.TestWSGIServerWithSSL
|
|
|
|
##########################################################################
|
|
# NOTE(dims): The following tests randomly fail in the gate. Please be
|
|
# careful before you re-enable them
|
|
##########################################################################
|
|
nova.tests.unit.virt.xenapi.test_vmops.BootableTestCase
|
|
nova.tests.unit.virt.xenapi.test_vmops.SpawnTestCase
|
|
nova.tests.unit.virt.xenapi.test_volumeops.VolumeDetachTestCase
|
|
nova.tests.unit.virt.xenapi.test_xenapi.XenAPIMigrateInstance
|