apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2.08k stars 1.11k forks source link

methods implemented twice in marvin code #5174

Open DaanHoogland opened 3 years ago

DaanHoogland commented 3 years ago

in the marvin python code some methods are implemented twice. example: format_volume_to_ext3(ssh_client, device="/dev/sda") in marvin/lib/util.py and in marvin/sandbox/demo/simulator/testcase/libs/utils.py

more can surely be found.

ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
nvazquez commented 3 years ago

@DaanHoogland if this cleanup is not pressing would you mind moving it for the next milestone?

DaanHoogland commented 3 years ago

no, but i would prefer if you push it back ;)