Re: [vpp-dev] VPP Unit test framework questions

2019-05-21 Thread Sirshak Das
-dev] VPP Unit test framework questions The tests in src/vppinfra are lightly used - primarily by me - but yes, we do use them from time to time. test-gcov has worked as expected - at least on x86_64 - since we merged https://gerrit.fd.io/r/#/c/19379/. Running gcov manually is possible, but

Re: [vpp-dev] VPP Unit test framework questions

2019-05-20 Thread Dave Barach via Lists.Fd.Io
/html, point a browser at build-root/html/index.html HTH... Dave -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Sirshak Das Sent: Monday, May 20, 2019 4:12 PM To: vpp-dev@lists.fd.io; Lijian Zhang (Arm Technology China) ; Honnappa Nagarahalli Subject: [vpp-dev] VPP Uni

[vpp-dev] VPP Unit test framework questions

2019-05-20 Thread Sirshak Das
Hi all, I had a few naive questions related to unit test framework of VPP. 1. I see these files in test_xxx (e.g. test_mheap, test_fifo). Are these test programs still maintained ? If so, how are they invoked/run ? If I am correct Functional tests invoked from "make test" invoke the Python Func