examples/ipsec-secgw: add test scripts for AES-CTR
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 20 Mar 2019 15:38:35 +0000 (15:38 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 22 Mar 2019 14:54:24 +0000 (15:54 +0100)
commit8f60098858b9fa3e77003f33a8289c622675c272
treef5413a51d232ac6f07bc0abe9416af2d3163974b
parent3975d5cb1db2732dd06d03f85bf593a9c5a3b3b0
examples/ipsec-secgw: add test scripts for AES-CTR

This patch adds the functional test scripts to ipsec-secgw
sample application for both transport and tunnel working
mode.

Updated a bit on common_defs to use "mktemp" instead of "tempfile"
as Fedora does not like the command.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
13 files changed:
doc/guides/rel_notes/release_19_05.rst
examples/ipsec-secgw/test/common_defs.sh
examples/ipsec-secgw/test/run_test.sh
examples/ipsec-secgw/test/trs_aesctr_sha1_common_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/trs_aesctr_sha1_esn_atom_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/trs_aesctr_sha1_esn_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/tun_aesctr_sha1_common_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/tun_aesctr_sha1_esn_atom_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/tun_aesctr_sha1_esn_defs.sh [new file with mode: 0644]
examples/ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh [new file with mode: 0644]