This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime | |
from datetime import timedelta | |
input_string_list = """[977888]12/11/2020 14:17:21:788 <enodeb0:RRC INFO> 24508:410:08: RRC UL DCCH SDU for RNTI 256 0802c270 | |
[977889]12/11/2020 14:17:21:788 <enodeb0:APP_TRANSACTIONS INFO> process transaction (CRNTI 256, MSG TYPE 3, MSG REF COUNT 1, TRANS TYPE 21, TRANS ID 0x84c080, TRANS REF COUNT 1) | |
[977890]12/11/2020 14:17:21:788 <enodeb0:ANR HIGH> rptCfgTyp = 8 | |
[977891]12/11/2020 14:17:21:788 <enodeb0:ANR INFO> PERIODICAL ANR MEASUREMENT REPORT: RCVD - EUTRA STRONG CELL (CRNTI 256, MEAS ID 6, FREQ 40798) | |
[977892]12/11/2020 14:17:21:788 <enodeb0:ANR HIGH> Enter wrUmmFindNewPciFrmAnrMeasRpt | |
[977893]12/11/2020 14:17:21:788 <enodeb0:ANR HIGH> Exit wrUmmFindNewPciFrmAnrMeasRpt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copy/paste the line below into Terminal to execute: | |
# robot -d results tests/amazon.robot | |
Test Teardown Close Browser | |
*** Variables *** | |
*** Test Cases *** | |
User must sign in to check out | |
[Documentation] This is some basic info about the test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker inspect selenoid | |
[ | |
{ | |
"Id": "99ed24c1b983c70b484a99ad0404c92cd0c1c3be74f15a5a15abb2d19b519541", | |
"Created": "2017-10-12T17:43:25.140572028Z", | |
"Path": "/usr/bin/selenoid", | |
"Args": [ | |
"-listen", | |
":4444", | |
"-conf", |