aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-06-03 01:14:05 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2024-05-07 18:06:47 +0200
commit9501e1d8b2c2b263d44df99244568edee5613aca (patch)
tree4dc551041545702f110adfe3c3c440d743963b27
parentfb1286a161b68c977c1f586253526de2290f987e (diff)
test timestamp formats
-rw-r--r--tests/logging/logging_vty_test.vty4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/logging/logging_vty_test.vty b/tests/logging/logging_vty_test.vty
index 22531b09..1d1de5b7 100644
--- a/tests/logging/logging_vty_test.vty
+++ b/tests/logging/logging_vty_test.vty
@@ -268,6 +268,10 @@ logging_vty_test# logging print timestamp date-packed
logging_vty_test# log-test
19790923205500423423 DAA DEBUG :)
+logging_vty_test# logging print timestamp date
+logging_vty_test# log-test
+1979-09-23,20:55:00.423423 DAA DEBUG :)
+
logging_vty_test# logging print timestamp none
logging_vty_test# log-test
DAA DEBUG :)