Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Hao <[email protected]>
  • Loading branch information
xhao22 committed May 21, 2024
1 parent 3c7ef05 commit a59758a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions KVM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ How to run KVM test
lkvs KVM is a seperate test provider for avocado/avocado-vt.

1) Install avocado and avocado-vt

::

pip install --user avocado-framework
pip install --user git+https://github.com/avocado-framework/avocado-vt
2) Download lkvs in test machine

::

git clone https://github.com/intel/lkvs.git
3) Create a new test provider file for lkvs test repo, put the file
in the installed test provider folder. like:

::

cat /root/avocado/data/avocado-vt/virttest/test-providers.d/myprovider.ini
Expand All @@ -32,13 +35,15 @@ lkvs KVM is a seperate test provider for avocado/avocado-vt.
[qemu]
subdir: KVM/qemu/
4) Setup test into the real avocado-vt configuration file

::

avocado vt-bootstrap
avocado list |grep myprovider

For example: avocado-vt type_specific.myprovider.boot_td
5) Run test

::

avocado run boot_td
Expand Down

0 comments on commit a59758a

Please sign in to comment.