Disable "TestObjectVersions.test_versions".

Disabled "TestObjectVersions.test_versions" until n-lib 2.17.0 is
released and the OVO "QosRuleType" hash is updated.

Change-Id: I5b850314297e40b57d7d8152aaf9c60c81d353e8
Related-Bug: #1950977
This commit is contained in:
Rodolfo Alonso Hernandez 2021-11-15 12:57:13 +00:00
parent c433a8721b
commit 6ead2ce5b7
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
import os
import pprint
from neutron_lib.utils import test
from oslo_versionedobjects import fixture
from neutron import objects
@ -136,6 +137,8 @@ class TestObjectVersions(test_base.BaseTestCase):
# before validating the hashes
objects.register_objects()
@test.unstable_test('Re-enable this test once n-lib 2.17.0 is released '
'and QosRuleType hash type fixed')
def test_versions(self):
checker = fixture.ObjectVersionChecker(
base.NeutronObjectRegistry.obj_classes())