Skip to content

Commit

Permalink
updated test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-jugraham committed Sep 24, 2024
1 parent 415f7c0 commit 40fec16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libvirt/tests/src/virsh_cmd/domain/virsh_guestvcpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def run(test, params, env):
2. Perform virsh guestvcpus query/enable/disable operation
3. Check the vcpu number by guest agent
4. Check the cpu number in the guest
5. Recover test environment
5. In combine tests, repeat steps 2-4
6. Recover test environment
"""
vm_name = params.get("main_vm")
vm = env.get_vm(vm_name)
Expand Down

0 comments on commit 40fec16

Please sign in to comment.