mkinney
mkinney
This is probably a stretch, but is there a way to get code coverage reports? (percentage of lines covered, lines not covered, etc.)
The vagrant box does not support vmware; it only supports virtualbox. If a different box is chosen, then either vagrant provider can be used. For instance, this is the error...
Multi pr
Major refactoring. I'd like to continue refactoring/enhancing, but this is a lot of work so far. Major changes: - added flake8 for some static analysis and fixes for flake8 recommendations...
Is this repo still active? I have a few PRs open. I've not seen any responses from maintainer(s). I've been working on a fork: https://github.com/mkinney/mech/tree/multi-pr and I'd really like to...
Add ability to disabled shared folders. If vmware tools is not installed, you get errors and the drive is not mounted. Not all VMs will have vmware tools installed. Also,...
It would be nice to be able to override the vcpus and/or memory of an instance.
`mech` should report the winrm configuration For instance: ``` $ vagrant winrm-config Host default HostName 127.0.0.1 User vagrant Password vagrant Port 2201 RDPHostName 127.0.0.1 RDPPort 2200 RDPUser vagrant RDPPassword vagrant...
When you run the `mech ssh-config` command, it always shows the host as `mech`. For instance: ``` $ mech ssh-config centos8 Host mech User vagrant Port 22 UserKnownHostsFile /dev/null StrictHostKeyChecking...
**Describe the bug** Add the ability to monitor the hardware via a second serial port, so we can capture information when there is an issue (like a reboot/lock up) **To...