summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <Thanh.BuiNguyenQuoc@vn.bosch.com>2020-03-13 15:30:39 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commit573c1f9a0ba41b7ffa45f36e05b7f50aae3fb1ec (patch)
tree65951eb13b5534462a890289c2f33dceecfa3624 /.travis
parent472137c469bcd1faf2c6f12d9bb15e2675dd6870 (diff)
downloadDLT-daemon-573c1f9a0ba41b7ffa45f36e05b7f50aae3fb1ec.tar.gz
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 <Thanh.BuiNguyenQuoc@vn.bosch.com>
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/gtest_dlt_all.sh5
1 files changed, 5 insertions, 0 deletions
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