Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update regexp patterns for telnet #5

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Conversation

ok2day
Copy link
Contributor

@ok2day ok2day commented Nov 10, 2023

This request contains several updates that we had to make during the recording of telnet communications with Cisco 12k router.

  • Update of regexp patterns
    While recording of telnet communications we faced some false positive regexp matching that mistakenly considered some output as an end of line

  • Update of test cases
    Relevant test cases from the previous point were added

  • Add timeout for telnet connection
    Explicit timeout for telnet expect method were added. Without it we faced stuck of recording process for some long lasting telnet operations executions

* comment adding patterns

* update regexp pattern

* add timeout for telnet and pattern fixed

* remove extra lines

* update test csses

---------
@christian-sahlmann christian-sahlmann merged commit 1fbb6d2 into telekom:main Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants