[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 03/15] docs/devel/testing: add debug section to the QEMU iotes
From: |
Emanuele Giuseppe Esposito |
Subject: |
[PATCH v3 03/15] docs/devel/testing: add debug section to the QEMU iotests chapter |
Date: |
Wed, 14 Apr 2021 19:03:40 +0200 |
Introduce the "Debugging a test case" section, in preparation
to the additional flags that will be added in the next patches.
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
---
docs/devel/testing.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 1434a50cc4..b7e2370e7e 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -224,6 +224,14 @@ another application on the host may have locked the file,
possibly leading to a
test failure. If using such devices are explicitly desired, consider adding
``locking=off`` option to disable image locking.
+Debugging a test case
+-----------------------
+QEMU iotests offers some options to debug a failing test, that can be
+given as options to the ``check`` script:
+
+* ``-d`` (debug) just increases the logging verbosity, showing
+ for example the QMP commands and answers.
+
Test case groups
----------------
--
2.30.2
- [PATCH v3 00/15] qemu_iotests: improve debugging options, Emanuele Giuseppe Esposito, 2021/04/14
- [PATCH v3 01/15] python: qemu: add timer parameter for qmp.accept socket, Emanuele Giuseppe Esposito, 2021/04/14
- [PATCH v3 02/15] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine, Emanuele Giuseppe Esposito, 2021/04/14
- [PATCH v3 03/15] docs/devel/testing: add debug section to the QEMU iotests chapter,
Emanuele Giuseppe Esposito <=
- [PATCH v3 04/15] qemu-iotests: add option to attach gdbserver, Emanuele Giuseppe Esposito, 2021/04/14
- [PATCH v3 05/15] qemu-iotests: delay QMP socket timers, Emanuele Giuseppe Esposito, 2021/04/14
- [PATCH v3 06/15] qemu_iotests: insert gdbserver command line as wrapper for qemu binary, Emanuele Giuseppe Esposito, 2021/04/14