[PATCH 15/16] tests: virsh-output: Mark as expensive

Peter Krempa pkrempa at redhat.com
Thu Nov 19 16:26:21 UTC 2020


The test takes more than a second on a beefy machine. While it's more
useful than some expensive tests it's not worth running all the time.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 tests/virsh-output | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/virsh-output b/tests/virsh-output
index 44833c7048..aa2d386c39 100755
--- a/tests/virsh-output
+++ b/tests/virsh-output
@@ -2,6 +2,8 @@

 . "$(dirname $0)/test-lib.sh"

+test_expensive
+
 if [ ! -x /bin/bash ]; then
     echo skipping test - no bash
     exit 77
-- 
2.28.0




More information about the libvir-list mailing list