test/ipsec: fix log messages
authorBernard Iremonger <bernard.iremonger@intel.com>
Fri, 7 Jun 2019 10:33:13 +0000 (11:33 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 5 Jul 2019 13:28:14 +0000 (15:28 +0200)
commit9ab6ff970ce8f98fe2d2eda24c1b98daf780b3d6
tree0a56f18d5cda1ffcc3b5a0028c316f5d567a6942
parent8734e669fc175bf652020bc30d67d99a7073f1a4
test/ipsec: fix log messages

Error log messages after the create_sa() function calls
were using the wrong function name.
The function name is replaced with create_sa.

Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test")
Cc: stable@dpdk.org
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test/test_ipsec.c