Skip to content

Commit 0036cda

Browse files
committed
[various_mem_balloons]: define mem_attrs in the cfg
1.mem_attrs are not defined in the cfg file, which is being fetched in various_mem_balloons.py 2.Hence added the value for mem_attrs in cfg Signed-off-by: meshetty <meshetty@redhat.com>
1 parent 516ab17 commit 0036cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libvirt/tests/cfg/memory/memory_balloon/various_mem_balloons.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
memballoon_alias_name = "ua-c80aba6e-b6d8-448b-ab6e-8c7b5c29f353"
1313
memballoon_device_str = "balloon"
1414
sized_event_type = "yes"
15+
mem_attrs = {'memory_unit':'KiB','memory':${mem_value},'current_mem':${current_mem},'current_mem_unit':'KiB'}
1516
variants:
1617
- virtio:
1718
memballoon_model = "virtio"

0 commit comments

Comments
 (0)