已开启
update README.rst #14
hcy1012创建于 2021年10月27日
update README.rst #14
已开启
hcy1012创建于 2021年10月27日
refs/pull/14/head合入到master
1 个文件变更+12-12
MREADME.rst+12-12
@@ -1,5 +1,5 @@
1===================================1===================================
2-Libvirt test provider for virt-test2+Libvirt Test Provider for virt-test
3===================================3===================================
4 4 
5This is the official test provider [1]_ for the following5This is the official test provider [1]_ for the following
@@ -10,12 +10,12 @@ subtest types:
10* V2V10* V2V
11* Libguestfs11* Libguestfs
12 12 
13-Really quick start guide13+Quick Start Guide
14------------------------14------------------------
15 15 
16-1. Fork this repo on github16+1. Fork this repo on github.
17-2. Create a new topic branch for your work17+2. Create a new topic branch for your work.
18-3. Create a new test provider file in your virt test repo,18+3. Create a new test provider file in your virt-test repo,
19 like::19 like::
20 20 
21 cp io-github-autotest-libvirt.ini myprovider.ini21 cp io-github-autotest-libvirt.ini myprovider.ini
@@ -33,19 +33,19 @@ Really quick start guide
33 [v2v]33 [v2v]
34 subdir: v2v/34 subdir: v2v/
35 35 
36- You can optionally delete temporarily the36+ You can choose to temporarily delete the
37- `io-github-autotest-qemu.ini` file, just so you don't have test37+ `io-github-autotest-qemu.ini` file, so that you will not have test
38 conflicts. Then you can develop your new test code, run it38 conflicts. Then you can develop your new test code, run it
39- using virt test, and commit your changes.39+ using virt-test, and commit your changes.
40 40 
41-4. Make sure you have `inspektor installed. <https://github.com/autotest/inspektor#inspektor>`_41+4. Make sure you have `inspektor <https://github.com/autotest/inspektor#inspektor>`_ installed.
425. Run::425. Run::
43 43 
44 inspekt checkall --disable-style E501,E265,W601,E402,E722,E741 --no-license-check <test_script_name>.py44 inspekt checkall --disable-style E501,E265,W601,E402,E722,E741 --no-license-check <test_script_name>.py
45 45 
46-6. Ensure <https://github.com/autotest/tp-libvirt/blob/master/tp-libvirt_review_comment_summary.rst> are met46+6. Ensure <https://github.com/autotest/tp-libvirt/blob/master/tp-libvirt_review_comment_summary.rst> are met.
47-7. Fix any problems47+7. Fix any problems.
48-8. Push your changes and submit a pull request48+8. Push your changes and submit a pull request.
499. That's it.499. That's it.
50 50 
51.. [1] You can always create your own test provider, if you have special purposes, or just want to develop your work independently.51.. [1] You can always create your own test provider, if you have special purposes, or just want to develop your work independently.