Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: tests clean-up

2020-05-09 Thread Akhil Goyal
> > As more test cases are defined for execution, test scripts structure > > needs to be reorganized, so fewer files are needed to describe the test. > > To achieve that, new environment variables are incorporated into the > > scripts. > > Additionally, tests for mixed tunnel protocols are added. >

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: tests clean-up

2020-05-05 Thread Ananyev, Konstantin
> As more test cases are defined for execution, test scripts structure > needs to be reorganized, so fewer files are needed to describe the test. > To achieve that, new environment variables are incorporated into the > scripts. > Additionally, tests for mixed tunnel protocols are added. > > Signed

[dpdk-dev] [PATCH] examples/ipsec-secgw: tests clean-up

2020-05-04 Thread Mariusz Drost
As more test cases are defined for execution, test scripts structure needs to be reorganized, so fewer files are needed to describe the test. To achieve that, new environment variables are incorporated into the scripts. Additionally, tests for mixed tunnel protocols are added. Signed-off-by: Mariu