DaanHoogland commented on pull request #5082: URL: https://github.com/apache/cloudstack/pull/5082#issuecomment-872984869
test_templates brought up to par; py2: ``` Test create VM, Snapshot and Template ... === TestName: test_01_createVM_snapshotTemplate | Status : SUCCESS === ok Test snapshot events ... === TestName: test_05_snapshot_events | Status : SUCCESS === ok Test Creating snapshot from volume having spaces in name(KVM) ... === TestName: test_01_volume_from_snapshot | Status : FAILED === FAIL Test Snapshot Data Disk ... === TestName: test_02_snapshot_data_disk | Status : SUCCESS === ok Test snapshot from detached disk ... === TestName: test_03_snapshot_detachedDisk | Status : SUCCESS === ok Test Delete Snapshot ... === TestName: test_04_delete_snapshot | Status : SUCCESS === ok Create Template from snapshot ... === TestName: test_07_template_from_snapshot | Status : EXCEPTION === ERROR ``` and py3: ``` Test create VM, Snapshot and Template ... === TestName: test_01_createVM_snapshotTemplate | Status : SUCCESS === ok Test snapshot events ... === TestName: test_05_snapshot_events | Status : SUCCESS === ok Test Creating snapshot from volume having spaces in name(KVM) ... === TestName: test_01_volume_from_snapshot | Status : FAILED === FAIL Test Snapshot Data Disk ... === TestName: test_02_snapshot_data_disk | Status : SUCCESS === ok Test snapshot from detached disk ... === TestName: test_03_snapshot_detachedDisk | Status : SUCCESS === ok Test Delete Snapshot ... === TestName: test_04_delete_snapshot | Status : SUCCESS === ok Create Template from snapshot ... === TestName: test_07_template_from_snapshot | Status : SUCCESS === ok ``` The failure is strange and I am not sure but I think it is in the test, have spent too much time on this one for now, and the goal is being on par with py2 for now. -- 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]
