hs-test: remove colons from log files 52/38552/2
authorFilip Tehlar <ftehlar@cisco.com>
Fri, 24 Mar 2023 12:47:45 +0000 (13:47 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 24 Mar 2023 17:14:49 +0000 (17:14 +0000)
Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I56c57de180e44c888458e4f4020802ce9b4a6b8b

extras/hs-test/hst_suite.go

index 78d953b..042b4fe 100644 (file)
@@ -260,7 +260,7 @@ func (s *HstSuite) getTestId() string {
        }
 
        if _, ok := s.testIds[testName]; !ok {
-               s.testIds[testName] = time.Now().Format(time.RFC3339)
+               s.testIds[testName] = time.Now().Format("2006-01-02_15-04-05")
        }
 
        return s.testIds[testName]