Remove unneeded tlog UID code
The tlog UID was being set explicitly to ensure journalctl matches used during tests would find pre-recorded journals. This is no longer needed as we removed the TLOG_UID filter from the journalctl match string.
This commit is contained in:
parent
6f5ec24e16
commit
39a359bffb
4 changed files with 5 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ sys.path.append(os.path.join(TEST_DIR, "common"))
|
|||
sys.path.append(os.path.join(os.path.dirname(TEST_DIR), "bots/machine"))
|
||||
from testlib import *
|
||||
|
||||
# Test with pre-recorded journal with tlog UID 981
|
||||
# Test with pre-recorded journal files
|
||||
class TestApplication(MachineCase):
|
||||
def _login(self, loc="/session-recording", wait="#app"):
|
||||
self.login_and_go(loc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue