From 5ddc1c5ec83fab25aa238f954d50ed6a7a6def98 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 29 Feb 2024 10:57:16 +0100 Subject: [PATCH] README: fix example test_ext_sr.py run Signed-off-by: Yann Dirson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 497771d89..3b889decb 100644 --- a/README.md +++ b/README.md @@ -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 ```