lp:ubuntu-qa-tools

Created by Brian Murray and last modified
Get this branch:
bzr branch lp:ubuntu-qa-tools
Members of Ubuntu Bug Control can upload to this branch. Log in for directions.

Branch merges

Related bugs

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=1

While 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) %p

so 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

1160. By Marc Deslauriers

uvt: sort based on release number, not release name

1159. By Jamie Strandboge

vm-tools/vm-scp: cleanup vm_ping() to actually work with alternates

1158. By Seth Arnold

artful opens

1157. By Jamie Strandboge

vm-tools/uvt:
- also vm_ping in vm_stop
- check for .vm domains too

vm-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

1154. By Steve Beattie

dl-ubuntu-test-iso: update list of ubuntu derivatives, along with arches

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.