Set timezone for Logs Correlation test
Fixes a local timezone issue with centos-8-stream
This commit is contained in:
parent
fcfc5f40f8
commit
255a8bdde1
1 changed files with 3 additions and 1 deletions
|
|
@ -283,7 +283,9 @@ class TestApplication(MachineCase):
|
|||
self.assertNotEqual(b.attr(".dragnpan", "scrollLeft"), 0)
|
||||
|
||||
def testLogCorrelation(self):
|
||||
b, _ = self._login()
|
||||
b, m = self._login()
|
||||
# make sure system is on expected timezone EST
|
||||
m.execute("timedatectl set-timezone America/New_York")
|
||||
# select the recording with the extra logs
|
||||
self._sel_rec('rec2')
|
||||
b.click("#btn-logs-view .pf-c-expandable-section__toggle")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue