lp://qastaging/ubuntu-qa-tools
- Get this branch:
- bzr branch lp://qastaging/ubuntu-qa-tools
Branch merges
Related bugs
Bug #592074: hugday current returns next hugday (if available) on a hugday | Undecided | Incomplete | |
Bug #741982: hugday list causes AssertionError | Undecided | Fix Committed |
Related blueprints
Branch information
- Owner:
- Ubuntu Bug Control
- Project:
- Tools used by the Ubuntu QA Team
- Review team:
- Ubuntu Development Team
- Status:
- Development
Recent revisions
- 1163. By Steve Beattie
-
Inform people that the repo has converted to git and the bzr branch will no longer be updated
- 1162. By Jamie Strandboge
-
vm-tools/uvt: use 'virsh domifaddr' for ping/ssh when UVT_USE_DOMIFADDR=1
- add vm_domifaddr()
- adjust vm_run_command() to use ip with ssh if UVT_USE_DOMIFADDR=1
- adjust vm_ping() to obtain ip and ping it if UVT_USE_DOMIFADDR=1
- adjust ssh_connect() to add 'resolve=True' argument which will call
vm_domifaddr() if UVT_USE_DOMIFADDR=1While not required for uvt, people may want to adjust their ~/.ssh/config to
have something along the lines of:Host *.vm sec-*-amd64 sec-*-i386
# StrictHostKeyChecking no
# UserKnownHostsFile /dev/null
ProxyCommand nc $(virsh domifaddr $(echo %h | sed "s/\.vm//g") | grep ipv4 | tail -1 | awk '{print $NF}' | cut -d '/' -f 1) %pso that things like 'ssh sec-xenial-amd64' work as expected.
- 1161. By Marc Deslauriers
-
uvt: bump minimum memory to 1024Mb as stuff like mysql won't even
work on zesty+ with less than that - 1157. By Jamie Strandboge
-
vm-tools/uvt:
- also vm_ping in vm_stop
- check for .vm domains toovm-tools/vm-scp: check for .vm domains too
- 1156. By Jamie Strandboge
-
vm-tools/uvt:
- make vm_ping return empty or the pingable hostname
- update vm_run_command to call vm_ping to use that hostname with ssh - 1155. By Marc Deslauriers
-
uvt: add a delay to make sure dns is configured before we try and apply
updates
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)