Skip to content
Snippets Groups Projects
Commit 2d6db53a authored by Guido Trotter's avatar Guido Trotter
Browse files

QA: remove the --default-hypervisor option


This option is gone since 1ac0f5e6d2f06a5bf12815e1b92d1338af32833c,
fixing the QA suite to deal with this.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent d8260842
No related branches found
No related tags found
No related merge requests found
{
"name": "xen-test",
"rename": "xen-test-rename",
"default-hypervisor": "xen-pvm",
"enabled-hypervisors": "xen-pvm",
"os": "debian-etch",
"mem": "512M",
......
......@@ -68,9 +68,9 @@ def TestClusterInit():
cmd.append('--bridge=%s' % bridge)
cmd.append('--master-netdev=%s' % bridge)
htype = qa_config.get('default-hypervisor', None)
htype = qa_config.get('enabled-hypervisors', None)
if htype:
cmd.append('--default-hypervisor=%s' % htype)
cmd.append('--enabled-hypervisors=%s' % htype)
cmd.append(qa_config.get('name'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment