hs-test: remove colons from log files

Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I56c57de180e44c888458e4f4020802ce9b4a6b8b
This commit is contained in:
Filip Tehlar
2023-03-24 13:47:45 +01:00
committed by Florin Coras
parent c9fac2111b
commit 75776f03a8

View 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]