Gren, I think it should be enough if we can know which test cases
is run, and should hide some details such as checkpoint and clean
function.
--
Regards,
Alex
----- Original Message -----
From: "Guannan Ren" <gren(a)redhat.com>
To: "Alex Jia" <ajia(a)redhat.com>
Cc: "hongming" <honzhang(a)redhat.com>, libvir-list(a)redhat.com
Sent: Thursday, August 15, 2013 2:18:26 PM
Subject: Re: [libvirt] [test-API][PATCH] Add display of cases result to log.xml
On 08/15/2013 02:00 PM, Alex Jia wrote:
Hi hongming,
BTW, could we ignore module or function name in "Test Procedure"
section, because the module and entry function are the same name,
it's a deliberately design, but the "Test Procedure" looks like
a duplicate naming for others.
I agree with you.
There are three pre-defined functions for each $testcase.py
$testcase_check (optional) which is used to check if the testcase is
runnable.
$testcase which is the testing body for actual test work.
$testcase_clean (optional) is used to clean testing environment after test.
we can only list the names of $testcase_check and $testcase_clean in the
third column and ignore the
$testcase, do you think it is good idea?
<slice>
network:define:define
network:network_list:network_list
network:start:start
network:network_list:network_list
network:autostart:autostart
network:update:update
</slice>