l4p/tcp_ofo: fix killing l4fwd app in tests 72/24072/1
authorMariusz Drost <mariuszx.drost@intel.com>
Thu, 19 Dec 2019 13:49:58 +0000 (13:49 +0000)
committerMariusz Drost <mariuszx.drost@intel.com>
Thu, 19 Dec 2019 13:49:58 +0000 (13:49 +0000)
commit0ee0943991b7d2cb43c63c76ba59035cacbc1b91
treeab5250ba9bd0f2429c9a5d79d1ec65efb3977eb7
parent21121578422385ed975f9724475ff17c133dc4ff
l4p/tcp_ofo: fix killing l4fwd app in tests

Between test cases l4fwd application is closed with kill command.
Default kill signal is SIGTERM which is not supported in l4fwd.
To close l4fwd cleanly, signal has been changed to SIGINT.

Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com>
Change-Id: If083f18cab22766154cc80afa26d45d953277294
examples/l4fwd/test/config.sh