Re: [PATCH 7/7] Update test case

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 21.05.2012 15:39, Marcelo Cerri wrote:
> ---
>  src/test/test_driver.c |   11 +++++++----
>  1 files changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/src/test/test_driver.c b/src/test/test_driver.c
> index 7038741..0b595b0 100644
> --- a/src/test/test_driver.c
> +++ b/src/test/test_driver.c
> @@ -210,12 +210,15 @@ testBuildCapabilities(virConnectPtr conn) {
>      caps->privateDataAllocFunc = testDomainObjPrivateAlloc;
>      caps->privateDataFreeFunc = testDomainObjPrivateFree;
>  
> -    caps->host.secModel.model = strdup("testSecurity");
> -    if (!caps->host.secModel.model)
> +    caps->host.nsecModels = 1;
> +    if (VIR_ALLOC_N(caps->host.secModels, caps->host.nsecModels) < 0)
> +        goto no_memory;
> +    caps->host.secModels[0].model = strdup("testSecurity");
> +    if (!caps->host.secModels[0].model)
>          goto no_memory;
>  
> -    caps->host.secModel.doi = strdup("");
> -    if (!caps->host.secModel.doi)
> +    caps->host.secModels[0].doi = strdup("");
> +    if (!caps->host.secModels[0].doi)
>          goto no_memory;
>  
>      return caps;

yeah, this is the missing part I am mentioning in the 1st patch.

ACK

Michal

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]