test_commit

Change-Id: I24e004ad4bdbaf53b71bcd7827e0227528b78b0e
This commit is contained in:
Swapna Gorre 2024-04-30 09:55:27 -04:00
parent 0a3c96c766
commit 63990d32b1
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ class TestSystemPeerManager(base.DCManagerTestCase):
mock_keystone_client().keystone_client = FakeKeystoneClient()
mock_sysinv_client.return_value = FakeSysinvClient()
mock_dc_client.return_value = FakeDcmanagerClient()
mock_dc_client().add_subcloud_with_secondary_status = mock.MagicMock()
mock_dc_client().add_subcloud_with_secondary_status.return_value = {
"region-name": FAKE_SITE1_SUBCLOUD2_REGION_NAME}