sureshanaparti commented on PR #10149: URL: https://github.com/apache/cloudstack/pull/10149#issuecomment-3155187187
> [SF] Trillian test result (tid-14028) Environment: xcpng82 (x2), Advanced Networking with Mgmt server ol9 Total time taken: 68545 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10149-t14028-xcpng82.zip Smoke tests completed. 141 look OK, 5 have errors, 0 did not run Only failed and skipped tests results shown below: > > Test Result Time (s) Test File > test_01_events_resource `Error` 221.28 test_events_resource.py > test_01_non_strict_host_anti_affinity `Error` 177.44 test_nonstrict_affinity_group.py > test_02_non_strict_host_affinity `Error` 75.92 test_nonstrict_affinity_group.py > test_01_vpn_usage `Error` 1.10 test_usage.py > test_11_destroy_vm_and_volumes `Error` 19.90 test_vm_life_cycle.py > test_01_migrate_vm_strict_tags_success `Error` 54.91 test_vm_strict_host_tags.py No issue with _test_01_vpn_usage_, manually executed the test. _test_01_events_resource_ & _test_11_destroy_vm_and_volumes_ fails with attach volume issue with error "due to You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected" - relates to template used. _test_01_non_strict_host_anti_affinity_, _test_02_non_strict_host_affinity_ & _test_01_migrate_vm_strict_tags_success_ fails during migrate vm with error "errorInfo: [VM_LACKS_FEATURE, OpaqueRef:fef4f00b-b0c9-431f-824a-82c370b4134c]" (similar to this issue - https://github.com/apache/cloudstack/issues/7340, not a regression). ``` [root@pr10149-t14031-xcpng82-marvin ~]# /usr/bin/python3 /usr/local/bin/nosetests --with-xunit --xunit-file=/marvin/MarvinLogs/test_usage.py.xml --with-marvin --marvin-config=/marvin/pr10149-t14031-xcpng82-advanced-cfg --hypervisor=xenserver -s -a tags=advanced /marvin/tests/smoke/test_usage.py /usr/local/lib/python3.6/site-packages/paramiko/transport.py:32: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat.backends import default_backend ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /marvin/MarvinLogs/Aug_05_2025_11_13_25_6Y09WT All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== === TestName: test_01_ISO_usage | Status : SUCCESS === === TestName: test_01_lb_usage | Status : SUCCESS === === TestName: test_01_nat_usage | Status : SUCCESS === === TestName: test_01_public_ip_usage | Status : SUCCESS === === TestName: test_01_snapshot_usage | Status : SUCCESS === === TestName: test_01_template_usage | Status : SUCCESS === === TestName: test_01_vm_usage | Status : SUCCESS === === TestName: test_01_volume_usage | Status : SUCCESS === === TestName: test_01_vpn_usage | Status : SUCCESS === === Final results are now copied to: /marvin//MarvinLogs/test_usage_PEINEZ === ``` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org