Skip to content

Commit

Permalink
Merge pull request avocado-framework#3252 from chloerh/perf
Browse files Browse the repository at this point in the history
Fixup: xml missing from definition of VMPerfXML.EventXML
  • Loading branch information
Yingshun authored Oct 12, 2021
2 parents 1c6395e + f383c2a commit bda27ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virttest/libvirt_xml/vm_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3607,6 +3607,7 @@ def __init__(self, virsh_instance=base.virsh):
attribute='enabled')
super(VMPerfXML.EventXML, self).__init__(
virsh_instance=virsh_instance)
self.xml = '<event/>'

def update(self, attr_dict):
for attr, value in list(attr_dict.items()):
Expand Down

0 comments on commit bda27ba

Please sign in to comment.