nfv/nfv/nfv-tests/nfv_unit_tests/tests
Yuxing Jiang 6dba3df3e3 Implement system_config_update orchestration
This commit adds VIM orchestration for system config update to drive the
host swact/lock/unlock once these operations are expected to update the
system config.

CLI: sw-manager kube-rootca-update-strategy
    apply create delete show

Test plan:
1. Create a system config udpate strategy successfully. --passed
2. Create a system config update strategy failed if the host resource
doesn't exist. --passed
3. Create a system config update strategy failed if an unexpected alarm
exists and the strategy alarm restrictions is set as strict. --passed
4. Create a system config update strategy successfully if an unexpected
alarm exists and the strategy alarm restrictions is set as relax.
--passed
5. Create a system config update strategy failed if a controller offline
in a DX system. --passed
6. Create a system config update strategy failed if a storage offline in
a standard system. --passed
7. Create a system config update strategy successfully if a worker
offline in a standard system. --passed
8. Apply a system config update strategy successfully. --passed
9. Apply a system config update strategy failed if a host failed to
lock. --passed
10. Delete a system config update strategy successful if a the strategy
is complete or failed. --passed
11. Create a system config update strategy with strategy not required
for the host in k8s, verify the host is excluded from the strategy.

Story: 2010719
Task: 47910

Change-Id: I052bc5b2004f17de870a81c523d0a1f4e422a902
Signed-off-by: Yuxing Jiang <Yuxing.Jiang@windriver.com>
2023-07-17 17:36:44 -04:00
..
__init__.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
sw_update_testcase.py Combine multiple kube-upgrades into one strategy 2023-04-28 13:10:29 +00:00
test_database_upgrades.py Add support for SQLAlchemy 1.4 to NFV 2023-01-30 21:08:56 +00:00
test_debug_config.py Unsuppress pylint E1111 assignment-from-no-return 2023-02-11 11:45:31 -05:00
test_dhcp_network_rebalance_randomized.py Cleanup pep8 un-used variable warnings 2023-03-08 15:18:00 +00:00
test_exceptions.py Debian: python3 fix for OpenStackRestAPIExceptions 2023-02-14 15:21:13 +00:00
test_fw_update_strategy.py Cleanup pep8 un-used variable warnings 2023-03-08 15:18:00 +00:00
test_instance.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_instance_director.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_kube_rootca_update_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_kube_upgrade_strategy.py Adding kube-upgrade-abort support 2023-06-27 17:45:48 +00:00
test_network_rebalance.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_network_rebalance_randomized.py Cleanup pep8 un-used variable warnings 2023-03-08 15:18:00 +00:00
test_nfv_client.py Implement system_config_update orchestration 2023-07-17 17:36:44 -04:00
test_nfvi_infrastructure_api.py Adding unit tests to improve nfvi infra coverage 2023-03-01 14:10:25 +00:00
test_plugin_kubernetes_client.py Implement system_config_update orchestration 2023-07-17 17:36:44 -04:00
test_sw_patch_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_sw_upgrade_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_system_config_update_strategy.py Implement system_config_update orchestration 2023-07-17 17:36:44 -04:00
testcase.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
utils.py Neutron Network Rebalancing on DHCP Agents 2019-04-03 16:11:03 -04:00