[PATCH v2 3/3] tests: Add messages for virshtest

Martin Kletzander mkletzan at redhat.com
Thu Jun 24 15:14:53 UTC 2021


On Thu, Jun 24, 2021 at 07:00:01PM +0800, Luke Yue wrote:
>As we introduced testDomainObjCheckTaint for test driver, the `dominfo`
>command in virshtest will now print tainting messages, so add them for
>test.
>

We are trying to keep the code pass the test after each commit (easier for
bisection etc.) so this change should be squashed into the commit that
introduced the change which caused the output to change.

>Signed-off-by: Luke Yue <lukedyue at gmail.com>
>---
> tests/virshtest.c | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/tests/virshtest.c b/tests/virshtest.c
>index c1974c46cb..937448cefc 100644
>--- a/tests/virshtest.c
>+++ b/tests/virshtest.c
>@@ -22,6 +22,7 @@ main(void)
>
> # define DOM_UUID "ef861801-45b9-11cb-88e3-afbfe5370493"
> # define SECURITY_LABEL "libvirt-test (enforcing)"
>+# define MESSAGES "tainted: network configuration using opaque shell scripts"
>
> static const char *dominfo_fc4 = "\
> Id:             2\n\
>@@ -38,6 +39,7 @@ Managed save:   no\n\
> Security model: testSecurity\n\
> Security DOI:   \n\
> Security label: " SECURITY_LABEL "\n\
>+Messages:       " MESSAGES "\n\
> \n";
> static const char *domuuid_fc4 = DOM_UUID "\n\n";
> static const char *domid_fc4 = "2\n\n";
>-- 
>2.32.0
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20210624/8ec2247a/attachment-0001.sig>


More information about the libvir-list mailing list