Pearl1594 commented on pull request #5831: URL: https://github.com/apache/cloudstack/pull/5831#issuecomment-1068758521
With above fix k8s tests seems to work fine - issue is due to latest version on containerd in the 4.17.0 templates: ``` [root@pr5831-t3601-vmware-67u3-marvin ~]# nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=/marvin/pr5831-t3601-vmware-67u3-advanced-cfg -s -a tags=advanced --hypervisor=vmware /marvin/tests/smoke/test_kubernetes_clusters.py ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /marvin/MarvinLogs/Mar_16_2022_05_10_55_1H0ETE All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== === TestName: test_01_invalid_upgrade_kubernetes_cluster | Status : SUCCESS === === TestName: test_02_upgrade_kubernetes_cluster | Status : SUCCESS === === TestName: test_03_deploy_and_scale_kubernetes_cluster | Status : SUCCESS === /usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py:1050: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.54.1'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings InsecureRequestWarning, === TestName: test_04_autoscale_kubernetes_cluster | Status : SUCCESS === === TestName: test_05_basic_lifecycle_kubernetes_cluster | Status : SUCCESS === === TestName: test_06_delete_kubernetes_cluster | Status : SUCCESS === === TestName: test_07_deploy_kubernetes_ha_cluster | Status : SUCCESS === === TestName: test_08_upgrade_kubernetes_ha_cluster | Status : SUCCESS === === TestName: test_09_delete_kubernetes_ha_cluster | Status : SUCCESS === === Final results are now copied to: /marvin//MarvinLogs/test_kubernetes_clusters_HF65VD === ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
