Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ib1f8046acf219f4f070419dc29059d187844976a
setup_live_tracing
-# Run app in background
$TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT >/dev/null 2>&1
clean_live_tracing
setup_live_tracing
-# Run app in background
$TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT --sync-after-first-event ${file_sync_after_first} >/dev/null 2>&1
while [ ! -f "${file_sync_after_first}" ]; do
# Start the live test
$TESTDIR/regression/tools/live/live_test
-# Wait for the applications started in background
-wait
-
clean_live_tracing
rm -f ${file_sync_after_first}