[UT] Add chassis.external_ids dict in ``TestOvnSbIdlNotifyHandler``

Closes-Bug: #2038520
Change-Id: Iaa577f8322d269c769ec2d4b76e4f41142cdfb5f
This commit is contained in:
Rodolfo Alonso Hernandez 2023-10-05 10:01:23 +00:00
parent a76aa01977
commit d13967ccad
1 changed files with 2 additions and 1 deletions

View File

@ -540,7 +540,8 @@ class TestOvnSbIdlNotifyHandler(test_mech_driver.OVNMechanismDriverTestCase):
"name": "fake-name",
"hostname": "fake-hostname",
"other_config": ['map', [["ovn-bridge-mappings",
"fake-phynet1:fake-br1"]]]
"fake-phynet1:fake-br1"]]],
"external_ids": ['map', []],
}
self._mock_hash_ring = mock.patch.object(
self.sb_idl._hash_ring, 'get_node',