[dpdk-dev] [PATCH v2 01/11] app/test: introduce resources for tests

Jan Viktorin viktorin at rehivetech.com
Thu May 12 17:26:41 CEST 2016


On Thu, 12 May 2016 17:19:21 +0200
Thomas Monjalon <thomas.monjalon at 6wind.com> wrote:

> 2016-05-10 20:13, Jan Viktorin:
> > +REGISTER_TEST_COMMAND(resource_cmd);  
> 
> Should you add this test in group 1 of autotest_data.py?

Will do for v3. This way:

...                                                              
 84                 {                                                               
 85                  "Name" :       "Common autotest",                              
 86                  "Command" :    "common_autotest",                              
 87                  "Func" :       default_autotest,                               
 88                  "Report" :     None,                                           
 89                 },                                                              
 90                 {                                                               
 91                  "Name" :       "Resource autotest",                            
 92                  "Command" :    "resource_autotest",                            
 93                  "Func" :       default_autotest,                               
 94                  "Report" :     None,                                           
 95                 },                                                              
 96                 {                                                               
 97                  "Name" :       "Dump log history",                             
 98                  "Command" :    "dump_log_history",                             
 99                  "Func" :       dump_autotest,                                  
100                  "Report" :     None,                                           
101                 },
...

-- 
   Jan Viktorin                  E-mail: Viktorin at RehiveTech.com
   System Architect              Web:    www.RehiveTech.com
   RehiveTech
   Brno, Czech Republic


More information about the dev mailing list