Remove invalid tests-py3 whitelist item
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
This commit is contained in:
parent
68e56ab408
commit
6a571a4493
@ -8,7 +8,3 @@ 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
|
||||
|
||||
# The XenAPI plugins run in a Python 2.4 environment, so avoid attempting
|
||||
# to run their unit tests in a Python 3 environment.
|
||||
nova.tests.unit.virt.xenapi.plugins
|
||||
|
Loading…
Reference in New Issue
Block a user