summary refs log tree commit diff stats
path: root/tests/qtest/bios-tables-test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bios-tables-test: test pc-dimm and nvdimm coldplug for arm/virtShameer Kolothum2020-05-041-2/+7
| | | | | | | | | | | | Since we now have both pc-dimm and nvdimm support, update test_acpi_virt_tcg_memhp() to include those. Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com> Message-Id: <20200421125934.14952-7-shameerali.kolothum.thodi@huawei.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* bios-tables-test: default diff commandMichael S. Tsirkin2020-02-251-19/+12
| | | | | | | Most people probably just want diff -u. So let's use that as the default. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* bios-tables-test: fix up DIFF generationMichael S. Tsirkin2020-02-251-1/+7
| | | | | | | Turns out it goes to stdout which is suppressed even with V=1. Force DIFF output to stderr to make it visible. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* bios-tables-test: tell people how to updateMichael S. Tsirkin2020-02-251-1/+3
| | | | | | | | For now just a pointer to the source file. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
* tests/qtest: update comments about bios-tables-test-allowed-diff.hHeyi Guo2020-02-041-5/+5
| | | | | | | | | | | | Update comments in tests/qtest/bios-tables-test.c to reflect the current path of bios-tables-test-allowed-diff.h, which is now under tests/qtest/ as well. Signed-off-by: Heyi Guo <guoheyi@huawei.com> Message-Id: <20200202110009.51479-1-guoheyi@huawei.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* bios-tables-test: document expected file updateMichael S. Tsirkin2020-01-221-5/+18
| | | | | | | Document the flow for the case where contributor updates the expected files. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* test: Move qtests to a separate directoryThomas Huth2020-01-121-0/+1046
The tests directory itself is pretty overcrowded, and it's hard to see which test belongs to which test subsystem (unit, qtest, ...). Let's move the qtests to a separate folder for more clarity. Message-Id: <20191218103059.11729-6-thuth@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>