Re: [dpdk-dev] [PATCH v2 4/4] examples/ipsec-secgw: add scapy based unittests

2019-06-24 Thread Ananyev, Konstantin
> Add new unittest-like mechanism which uses scapy to craft custom > packets and a set of assertions to check how ipsec-secgw example > application is processing them. Python3 with scapy module is > required by pkttest.sh to run test scripts. > > A new mechanism is used to test IPv6 transport m

[dpdk-dev] [PATCH v2 4/4] examples/ipsec-secgw: add scapy based unittests

2019-06-24 Thread Marcin Smoczynski
Add new unittest-like mechanism which uses scapy to craft custom packets and a set of assertions to check how ipsec-secgw example application is processing them. Python3 with scapy module is required by pkttest.sh to run test scripts. A new mechanism is used to test IPv6 transport mode traffic wit