> 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.zh...@intel.com> > --- > examples/ipsec-secgw/test/common_defs.sh | 4 +- > examples/ipsec-secgw/test/run_test.sh | 8 ++- > .../test/trs_aesctr_sha1_common_defs.sh | 69 +++++++++++++++++++++ > examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh | 67 +++++++++++++++++++++ > .../test/trs_aesctr_sha1_esn_atom_defs.sh | 5 ++ > .../ipsec-secgw/test/trs_aesctr_sha1_esn_defs.sh | 66 ++++++++++++++++++++ > .../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh | 5 ++ > .../test/tun_aesctr_sha1_common_defs.sh | 68 +++++++++++++++++++++ > examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh | 70 > ++++++++++++++++++++++ > .../test/tun_aesctr_sha1_esn_atom_defs.sh | 5 ++ > .../ipsec-secgw/test/tun_aesctr_sha1_esn_defs.sh | 70 > ++++++++++++++++++++++ > .../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh | 5 ++ > 12 files changed, 439 insertions(+), 3 deletions(-) > create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_common_defs.sh > create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh > create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_esn_atom_defs.sh > create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_esn_defs.sh > create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh > create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_common_defs.sh > create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh > create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_esn_atom_defs.sh > create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_esn_defs.sh > create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh >
Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com> > -- > 2.14.5