From 573c1f9a0ba41b7ffa45f36e05b7f50aae3fb1ec Mon Sep 17 00:00:00 2001 From: Bui Nguyen Quoc Thanh Date: Fri, 13 Mar 2020 15:30:39 +0700 Subject: Unittest: Update testcase gtest_dlt_daemon_gateway is updated to test for both cases: "With and Without General section in dlt_gateway.conf" Timeout=0 is now endless retry. So change it to "-1" Signed-off-by: Bui Nguyen Quoc Thanh --- .travis/gtest_dlt_all.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis') diff --git a/.travis/gtest_dlt_all.sh b/.travis/gtest_dlt_all.sh index ecc4188..4273859 100755 --- a/.travis/gtest_dlt_all.sh +++ b/.travis/gtest_dlt_all.sh @@ -51,9 +51,14 @@ gtest_run_test gtest_dlt_daemon_common gtest_run_test gtest_dlt_daemon_event_handler +# Without General section in dlt_gateway.conf ./gtest_dlt_daemon_gateway.sh > /dev/null gtest_run_test gtest_dlt_daemon_gateway +# With General section in dlt_gateway.conf +./gtest_dlt_daemon_gateway.sh -w > /dev/null +gtest_run_test gtest_dlt_daemon_gateway + ./gtest_dlt_daemon_logstorage.sh > /dev/null gtest_run_test gtest_dlt_daemon_offline_log -- cgit v1.2.1