Skip to content

Commit

Permalink
README: fix example test_ext_sr.py run
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Feb 29, 2024
1 parent b59e7ad commit 5ddc1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Refer to pytest's documentation or tutorials to understand how to start tests or

Examples:
```
pytest tests/storage/ext/test_ext_sr.py --hosts=10.0.0.1
pytest tests/storage/ext/test_ext_sr.py --hosts=10.0.0.1 --sr-disk=auto
pytest tests/storage/zfs/test_zfs_sr_crosspool_migration.py --hosts=10.0.0.1,10.0.0.2 --vm=mini-linux-x86_64-uefi
pytest tests/misc/test_vm_basic_operations.py --hosts=10.0.0.1 --vm=mini-linux-x86_64-bios --vm=mini-linux-x86_64-uefi
```
Expand Down

0 comments on commit 5ddc1c5

Please sign in to comment.