DaanHoogland commented on PR #10282: URL: https://github.com/apache/cloudstack/pull/10282#issuecomment-3375512291
> [SF] Trillian test result (tid-14532) Environment: kvm-ol8 (x2), zone: Advanced Networking with Mgmt server ol8 Total time taken: 53458 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10282-t14532-kvm-ol8.zip Smoke tests completed. 145 look OK, 2 have errors, 0 did not run Only failed and skipped tests results shown below: > > Test Result Time (s) Test File > test_13_retrieve_vr_default_files `Error` 1.11 test_diagnostics.py > test_14_retrieve_vr_one_file `Error` 1.10 test_diagnostics.py > test_15_retrieve_ssvm_default_files `Error` 1.12 test_diagnostics.py > test_16_retrieve_ssvm_single_file `Error` 1.10 test_diagnostics.py > test_17_retrieve_cpvm_default_files `Error` 1.11 test_diagnostics.py > test_18_retrieve_cpvm_single_file `Error` 1.11 test_diagnostics.py > test_01_deployVMInSharedNetwork `Failure` 523.18 test_network.py @hsato03 the diagnostics errors are due to shortage on storage that we are suffering but the network error: ``` ====================================================================== FAIL: test_01_deployVMInSharedNetwork (tests.smoke.test_network.TestSharedNetworkWithConfigDrive) ---------------------------------------------------------------------- Traceback (most recent call last): File "/marvin/tests/smoke/test_network.py", line 2395, in test_01_deployVMInSharedNetwork self._umount_config_drive(ssh, mount_path) File "/marvin/tests/smoke/test_network.py", line 2317, in _umount_config_drive self.assertTrue(len(result) == 0, AssertionError: False is not true : After umount directory should be empty but contains: ['sudo: unable to resolve host VM-1fe596b2-9212-4030-9966-17bc0dfd312b: Temporary failure in name resolution'] ``` I will re-run. -- 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]
