Skip to content

When generating xml template "test" case is missing #87

@msimonin

Description

@msimonin

add test here : (in LibvirtconfigParser)

LibvirtConfigDomain domain = unmarshal(xmlDescription);
switch(driver)
{
  case qemu :
    domain.setType("kvm");
    break;
  case xen :
    domain.setType("xen");
    break;
  default:
    domain.setType("kvm");
    break;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions