File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ func (s *systemtestSuite) SetUpSuite(c *C) {
116
116
}
117
117
118
118
func (s * systemtestSuite ) SetUpTest (c * C ) {
119
- log .Infof ("============================= %s starting ==========================" , c .TestName ())
119
+ logrus .Infof ("============================= %s starting ==========================" , c .TestName ())
120
120
121
121
for _ , node := range s .nodes {
122
122
node .cleanupContainers ()
@@ -177,7 +177,7 @@ func (s *systemtestSuite) TearDownTest(c *C) {
177
177
c .Assert (node .rotateLog ("netplugin" ), IsNil )
178
178
c .Assert (node .rotateLog ("netmaster" ), IsNil )
179
179
}
180
- log .Infof ("============================= %s completed ==========================" , c .TestName ())
180
+ logrus .Infof ("============================= %s completed ==========================" , c .TestName ())
181
181
}
182
182
183
183
func (s * systemtestSuite ) TearDownSuite (c * C ) {
You can’t perform that action at this time.
0 commit comments