Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Rajith PR via lists.fd.io
Hi Daw/Ole/Klement, We have root caused the issue. The vpp downstream code we use, is bit modified to integrate with our stack. Basically, we have commented out building the vpp executable from the CMakeFile inorder to provide our custom main.c. After reverting the CMakeFile change vpp executable

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Dave Wallace
Rajith, What OS are you building on and what VPP branch are you trying to build? Ubuntu-20.04/master:HEAD works for me. Thanks, -daw- On 2/4/22 10:29 AM, Rajith PR via lists.fd.io wrote: Hi Ole/Klement, I changed the command to make test-debug TEST=ip4. But still the same issue. Under insta

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Rajith PR via lists.fd.io
Hi Ole/Klement, I changed the command to make test-debug TEST=ip4. But still the same issue. Under install-vpp_debug-native/vpp/bin *vpp* is not getting built for some reason. I can see all the shared libs getting built though. supervisor@rajith_upstream>srv3.nbg1.rtbrick.net:~/libvpp $ make test

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Klement Sekera
Also, running under root is a bad idea and not supported. Cheers, Klement On 4 Feb 2022, at 13:27, Ole Troan via lists.fd.io mailto:otroan=employees@lists.fd.io>> wrote: Rajith, Have you tried: make test-debug TEST=ip4 Cheers, Ole > On 4 Feb 2022, at 13:18, Rajith

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Ole Troan
Rajith, Have you tried: make test-debug TEST=ip4 Cheers, Ole > On 4 Feb 2022, at 13:18, Rajith PR via lists.fd.io > wrote: > > Hi All, > > We are trying to understand the VPP test framework. To get started we ran an > example suite (ip4 test) but it seems that the dependent executable(vpp

[vpp-dev]: Unable to run make test

2022-02-04 Thread Rajith PR via lists.fd.io
Hi All, We are trying to understand the VPP test framework. To get started we ran an example suite (ip4 test) but it seems that the dependent executable(vpp) is missing. Please find the logs below. *sudo make test TEST=test_ip4 vpp-install* make -C /home/supervisor/libvpp/build-root PLATFORM=vpp