Skip to content

Commit

Permalink
[guest-test] Bug Fix: fix typo in qemu_get_config.py
Browse files Browse the repository at this point in the history
fix typo from vm_type to VM_TYPE in qemu_get_config.py

[Test Components] tdx
[Test Types] func
[Supported Devices] spr,emr,gnr,srf

Signed-off-by: Hongyu Ning <[email protected]>
  • Loading branch information
hongyuni authored and ysun committed Dec 5, 2023
1 parent 709fda0 commit 5fed002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest-test/qemu_get_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# test_params.py is generated by test_launcher.sh for both qemu_runner.py and test_executor.sh
# O-list variables default value from qemu.config.json
if 'VM_TYPE' in dir():
vm_type = vm_type
vm_type = VM_TYPE
else:
vm_type = qemu_config["common"]["vm_type"]

Expand Down

0 comments on commit 5fed002

Please sign in to comment.