[
https://issues.apache.org/jira/browse/CLOUDSTACK-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325180#comment-15325180
]
ASF GitHub Bot commented on CLOUDSTACK-9314:
--------------------------------------------
Github user bvbharatk commented on the issue:
https://github.com/apache/cloudstack/pull/1443
### ACS CI BVT Run
**Sumarry:**
Build Number 178
Hypervisor xenserver
NetworkType Advanced
Passed=72
Failed=1
Skipped=3
_Link to logs Folder (search by build_no):_
https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0
**Failed tests:**
* test_vpc_vpn.py
* test_01_vpc_remote_access_vpn Failed
**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_static_role_account_acls
test_deploy_vgpu_enabled_vm
**Passed test suits:**
test_deploy_vm_with_userdata.py
test_affinity_groups_projects.py
test_portable_publicip.py
test_over_provisioning.py
test_global_settings.py
test_scale_vm.py
test_service_offerings.py
test_routers_iptables_default_policy.py
test_routers.py
test_reset_vm_on_reboot.py
test_snapshots.py
test_deploy_vms_with_varied_deploymentplanners.py
test_login.py
test_list_ids_parameter.py
test_public_ip_range.py
test_multipleips_per_nic.py
test_regions.py
test_affinity_groups.py
test_network_acl.py
test_pvlan.py
test_volumes.py
test_nic.py
test_deploy_vm_root_resize.py
test_resource_detail.py
test_secondary_storage.py
test_vm_life_cycle.py
test_disk_offerings.py
> Remove unused code from XenServerStorageProcessor and change methods access
> level
> ---------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9314
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9314
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: XenServer
> Affects Versions: 4.9.0
> Reporter: Gabriel Beims Bräscher
> Priority: Trivial
>
> Remove unused code from
> "com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor" class and
> modify some methods access level.
> Remove unused methods:
>
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.getSRByNameLabel(Connection,
> String)
>
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.getNfsSR(Connection,
> StorageFilerTO)
>
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.directDownloadHttpTemplate(CopyCommand,
> DecodedDataObject, DecodedDataObject)
>
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.execute(AttachPrimaryDataStoreCmd)
> change access level:
> from public to private:
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.swiftUpload(Connection,
> SwiftTO, String, String, String, Boolean, int)
> from public to protected:
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.swiftBackupSnapshot(Connection,
> SwiftTO, String, String, String, Boolean, int)
> from protected to private:
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.getSnapshotSize(Connection,
> String, String, Boolean, int)
> from protected to private:
> com.cloud.hypervisor.xenserver.resource.XenServerStorageProcessor.backupSnapshot(Connection,
> String, String, String, String, String, String, Boolean, int)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)