Re: [vpp-dev] [csit-dev] about UT test framework for VPP

2017-08-15 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hmm, I noticed that your system-wide scapy is 2.3.1, while we specifically use version 2.3.3 in the tests. Also I wonder how it's possible that the tests pass on centos in gerrit.. Please note that the system-wide or 'pip install'-wide scapy doesn't matter as make test sets up its own virtualenv

Re: [vpp-dev] [csit-dev] about UT test framework for VPP

2017-08-15 Thread Billy McFall
FYI - I was able to run "make test" on my Fedora laptop. I noticed the scapy wasn't installed, so I ran "pip uninstall scapy" on the CentOS server that is having the issue. Still has the problem. Here is the output: (virtualenv)[bmcfall@d2fxl02 test]$ scapy INFO: Can't import matplotlib. Won't

Re: [vpp-dev] [csit-dev] about UT test framework for VPP

2017-08-15 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
We do not use the system-wide scapy, instead we install a specific version of scapy which we patch with our own stuff. Could you try "make test-shell" and run scapy from the spawned shell? Thanks, Klement Quoting Billy McFall (2017-08-15 14:26:33) >Thanks Klement, >Details: >  OS: 

Re: [vpp-dev] [csit-dev] about UT test framework for VPP

2017-08-15 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hi Billy, I haven't seen this issue yet, but it looks like this is a scapy issue on your box. Scapy is a 3rd party library which we use in the test framework. What is the exact version of your OS etc? Thanks, Klement Quoting Billy McFall (2017-08-14 21:30:35) >I am trying to run "make test"

Re: [vpp-dev] [csit-dev] about UT test framework for VPP

2017-07-06 Thread Maciek Konstantynowicz (mkonstan)
+vpp-dev. yes, vpp make-test. https://docs.fd.io/csit/rls1704/report/vpp_unit_tests/index.html https://docs.fd.io/vpp/17.04/vpp_make_test/html/ -Maciek On 6 Jul 2017, at 10:34, wang.hu...@zte.com.cn wrote: Hi all Does vpp has some kind of UT test framework ,