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:

committed by
Florin Coras

parent
c9fac2111b
commit
75776f03a8
@@ -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]
|
||||
|
Reference in New Issue
Block a user