This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 364887331875180c498abb8b7681a228ca21181e (commit) from eca5df13cf7987d6e3cd3cc930851671b071e4b3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 364887331875180c498abb8b7681a228ca21181e Author: Matias Elo matias.elo@nokia.com Date: Tue Mar 13 12:58:53 2018 +0200
test: mmap_vlan_ins: wait before removing test interfaces
Removing the test interfaces while the applications are still running may cause a test application instance to not close properly.
Signed-off-by: Matias Elo matias.elo@nokia.com Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/test/mmap_vlan_ins/mmap_vlan_ins.sh b/platform/linux-generic/test/mmap_vlan_ins/mmap_vlan_ins.sh index 91f78311..ae263ee3 100755 --- a/platform/linux-generic/test/mmap_vlan_ins/mmap_vlan_ins.sh +++ b/platform/linux-generic/test/mmap_vlan_ins/mmap_vlan_ins.sh @@ -69,6 +69,9 @@ plat_mmap_vlan_ins${EXEEXT} pktiop0p1 pcap:out=${PCAP_OUT} \ plat_mmap_vlan_ins${EXEEXT} pcap:in=${PCAP_IN} pktiop1p0 \ 01:02:03:04:05:06 01:08:09:0a:0b:0c
+# Give both processes time to close before removing interfaces +sleep 4 + rm -f ${PCAP_OUT} cleanup_pktio_env
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/test/mmap_vlan_ins/mmap_vlan_ins.sh | 3 +++ 1 file changed, 3 insertions(+)
hooks/post-receive