已开启
update README.rst #14
hcy1012创建于 2021年10月27日
update README.rst #14
已开启
从refs/pull/14/head合入到master
共 1 个文件变更+12-12
| @@ -1,5 +1,5 @@ | |||
| 1 | =================================== | 1 | =================================== |
| 2 | -Libvirt test provider for virt-test | 2 | +Libvirt Test Provider for virt-test |
| 3 | =================================== | 3 | =================================== |
| 4 | 4 | ||
| 5 | This is the official test provider [1]_ for the following | 5 | This is the official test provider [1]_ for the following |
| @@ -10,12 +10,12 @@ subtest types: | |||
| 10 | * V2V | 10 | * V2V |
| 11 | * Libguestfs | 11 | * Libguestfs |
| 12 | 12 | ||
| 13 | -Really quick start guide | 13 | +Quick Start Guide |
| 14 | ------------------------ | 14 | ------------------------ |
| 15 | 15 | ||
| 16 | -1. Fork this repo on github | 16 | +1. Fork this repo on github. |
| 17 | -2. Create a new topic branch for your work | 17 | +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.ini | 21 | 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 the | 36 | + You can choose to temporarily delete the |
| 37 | - `io-github-autotest-qemu.ini` file, just so you don't have test | 37 | + `io-github-autotest-qemu.ini` file, so that you will not have test |
| 38 | conflicts. Then you can develop your new test code, run it | 38 | 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. |
| 42 | 5. Run:: | 42 | 5. Run:: |
| 43 | 43 | ||
| 44 | inspekt checkall --disable-style E501,E265,W601,E402,E722,E741 --no-license-check <test_script_name>.py | 44 | 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 met | 46 | +6. Ensure <https://github.com/autotest/tp-libvirt/blob/master/tp-libvirt_review_comment_summary.rst> are met. |
| 47 | -7. Fix any problems | 47 | +7. Fix any problems. |
| 48 | -8. Push your changes and submit a pull request | 48 | +8. Push your changes and submit a pull request. |
| 49 | 9. That's it. | 49 | 9. 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. |