Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description CCM 0.30.0 release ## Checklist * [x] Changelog updated (under *Unreleased* block) * [x] Testing ## Testing Acceptance Tests on SKS: ```sh ╰─ ❯ ./run -t sks INFO[run]: Running test type 'sks' =============================================================================================================================================== test session starts =============================================================================================================================================== platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 rootdir: /home/nedsi/work/repos/exoscale-cloud-controller-manager/test configfile: pytest.ini collected 69 items / 1 deselected / 68 selected tests_0_environment/test_001_environment.py ..... [ 7%] tests_1_control_plane/test_101_control_plane.py . [ 8%] tests_1_control_plane/test_102_control_plane_files.py ...... [ 17%] tests_1_control_plane/test_103_control_plane_start.py .. [ 20%] tests_2_nodes/test_201_nodes.py . [ 22%] tests_2_nodes/test_202_nodes_files.py s. [ 25%] tests_3_ccm/test_300_init.py . [ 26%] tests_3_ccm/test_301_k8s_state.py .. [ 29%] tests_3_ccm/test_302_ccm_start.py ..... [ 36%] tests_3_ccm/test_303_ccm_node_csr_validation.py . [ 38%] tests_3_ccm/test_304_ccm_node_csr_invalid.py ss [ 41%] tests_3_ccm/test_305_ccm_nodes.py x [ 42%] tests_3_ccm/test_306_ccm_api_credentials_update.py .. [ 45%] tests_3_ccm/test_307_k8s_nodes.py x.x [ 50%] tests_4_nlb/test_400_init.py .. [ 52%] tests_4_nlb/test_401_nlb_hello_external.py ..... [ 60%] tests_4_nlb/test_402_nlb_ingress_nginx.py ....... [ 70%] tests_4_nlb/test_403_nlb_hello_ingress.py .. [ 73%] tests_5_nodes_pool_resize/test_500_init.py .. [ 76%] tests_5_nodes_pool_resize/test_501_k8s_state.py ...... [ 85%] tests_5_nodes_pool_resize/test_502_ccm_nodes_deletion.py sX [ 88%] tests_5_nodes_pool_resize/test_503_ccm_nodes_csr_validation.py .s [ 91%] tests_5_nodes_pool_resize/test_504_k8s_nodes.py .. [ 94%] tests_5_nodes_pool_resize/test_505_nlb_hello.py .... [100%] ================================================================================================================= 59 passed, 5 skipped, 1 deselected, 3 xfailed, 1 xpassed in 1135.04s (0:18:55) ================================================================================================================== ```
- Loading branch information