distcloud/distributedcloud/dcmanager/tests/unit/api/v1/controllers
Zhang Rong(Jon) 477c9e6cb8 Add dcmanager peer group association management API support
Add dcmanager peer-group-association management API.

This commit adds peer-group-association APIs of
create/delete/update/show/list/sync,
and adds system-peer API of list subcloud-peer-groups.

Test Plan:
1. PASS - Verify that cloud manage peer-group-association
          through api successfully.
2. PASS - Verify that cloud get associated subcloud-peer-group
          list with system-peer api successfully.
3. PASS - Check create without providing the must required
          parameters.
4. PASS - Check create with wrong peer_group_priority.
5. PASS - Check delete with a not existing association id.
6. PASS - Check system_peer_manager associate peer group,
          sync peer group and delete association.
7. PASS - Create an association with 50 subclouds need to
          sync. Check the sync status on peer site after
          it is synced.

Story: 2010852
Task: 48506
Change-Id: I41c16a8ab13e60f5b1de5b05fbbc51821f7f8d57
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
2023-11-04 10:36:41 +08:00
..
__init__.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
mixins.py Add 'subcloud deploy create' command to dcmanager 2023-06-20 09:13:41 -03:00
test_alarm_manager.py Implement access control for DC API 2022-09-22 18:26:35 -03:00
test_notifications.py Implement access control for DC API 2022-09-22 18:26:35 -03:00
test_peer_group_association.py Add dcmanager peer group association management API support 2023-11-04 10:36:41 +08:00
test_phased_subcloud_deploy.py Add sw version validation to all release param endpoints 2023-09-26 10:18:48 -04:00
test_subcloud_backup.py Add sw version validation to all release param endpoints 2023-09-26 10:18:48 -04:00
test_subcloud_deploy.py Add sw version validation to all release param endpoints 2023-09-26 10:18:48 -04:00
test_subcloud_group.py Subcloud Name Reconfiguration 2023-09-07 10:30:06 -03:00
test_subcloud_peer_group.py Add batch rehoming implementation for subcloud peer group 2023-09-15 08:46:27 +08:00
test_subclouds.py Fix: Error Handling for YAML Load 2023-10-29 21:17:04 -04:00
test_sw_update_strategy.py Implement access control for DC API 2022-09-22 18:26:35 -03:00
test_system_peer.py Add system peer management API support 2023-08-28 06:18:28 +00:00