Skip to content

Commit

Permalink
Remove some garbage from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Verhaar committed Dec 16, 2022
1 parent 5204cc8 commit d5544c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/test/java/org/libvirt/TestJavaBindings.java
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,4 @@ public void testDomainMetadata() throws Exception {
String metadata = dom.getMetadata(DomainMetadataFlags.VIR_DOMAIN_METADATA_ELEMENT, "https://github.com/MissionCriticalCloud", DomainDeviceModifyFlags.VIR_DOMAIN_DEVICE_MODIFY_LIVE);
assertEquals("Retrieved meta data incorrect: " + metadata, metadata, metadata1);
}

public void testDomainJobStats() throws Exception {
// Domain dom = this.conn.domainLookupByName("test");
// Domain dom = this.conn.domainLookupByName("i-3-5-VM");
Domain dom = new Domain(new Connect("blabla"), null);

// assertNotNull("Domain \"test\" not found", dom);
DomainJobInfo result = dom.getJobStats(0);
}
}

0 comments on commit d5544c7

Please sign in to comment.