Re: [dpdk-dev] [PATCH v1] test/ticketlock: implement ticketlock autotest

2019-04-15 Thread Thomas Monjalon
> > Add ticketlock_autotest implementation in python. > > > > Fixes: efbcdaa55b93 ("test/ticketlock: add test cases") > > > > Signed-off-by: Joyce Kong > Reviewed-by: Phil Yang > Tested-by: Phil Yang Applied, thanks

Re: [dpdk-dev] [PATCH v1] test/ticketlock: implement ticketlock autotest

2019-04-15 Thread Phil Yang (Arm Technology China)
intel.com; > Honnappa Nagarahalli ; Gavin Hu (Arm > Technology China) > Subject: [dpdk-dev] [PATCH v1] test/ticketlock: implement ticketlock > autotest > > Add ticketlock_autotest implementation in python. > > Fixes: efbcdaa55b93 ("test/ticketlock: add test cases&q

[dpdk-dev] [PATCH v1] test/ticketlock: implement ticketlock autotest

2019-04-15 Thread Joyce Kong
Add ticketlock_autotest implementation in python. Fixes: efbcdaa55b93 ("test/ticketlock: add test cases") Signed-off-by: Joyce Kong --- app/test/autotest_data.py | 2 +- app/test/autotest_test_funcs.py | 34 ++ 2 files changed, 35 insertions(+), 1 deletion