blueorangutan commented on issue #2211: CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9 URL: https://github.com/apache/cloudstack/pull/2211#issuecomment-353698931 <b>Trillian test result (tid-1871)</b> Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 34888 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2211-t1871-vmware-55u3.zip Smoke tests completed. 64 look OK, 2 have error(s) Only failed tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- test_isolate_network_password_server | `Failure` | 25.47 | test_password_server.py test_06_stop_cpvm | `Error` | 991.96 | test_ssvm.py `test_password_server.py` failed as the two instances it launched has similar ips (10.1.1.2 and 10.1.1.242) and the assert check for count in string and fails as it returns two substrings with `10.1.1.2` than one. I've fixed the case and it passes now! ``` Check the password file in the Router VM ... === TestName: test_isolate_network_password_server | Status : SUCCESS === ok Ran 1 test in 229.009s OK ``` `test_ssvm.py` fails due to CPVM taking time to come up, this happens sometimes due to environment issue and that vmware is too slow.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
