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

[WIP] Split out the setup of the serial device to reduce the need to schedule consoletest_setup #4909

Closed
wants to merge 2 commits into from

Conversation

okurz
Copy link
Member

@okurz okurz commented Apr 22, 2018

"consoletest_setup" is a bit of a mixed case: It conducts some steps necessary
for "console" tests but also some of the other test modules that just use the
console or even just an xterm window. This commit splits out the setup of the
serial device which is most likely the most important step so that this step
can be scheduled in more test suite flows where it is needed but
consoletest_setup would be too big.

See #4900
as a motivation to do this.

@okurz okurz changed the title Split out the setup of the serial device to reduce the need to schedule consoletest_setup [WIP] Split out the setup of the serial device to reduce the need to schedule consoletest_setup Apr 22, 2018
@ldevulder
Copy link
Member

Looks a good idea!
And changes look good too for me.

@foursixnine
Copy link
Member

@okurz Wasn't something similar done recently?

…le consoletest_setup

"consoletest_setup" is a bit of a mixed case: It conducts some steps necessary
for "console" tests but also some of the other test modules that just use the
console or even just an xterm window. This commit splits out the setup of the
serial device which is most likely the most important step so that this step
can be scheduled in more test suite flows where it is needed but
consoletest_setup would be too big.

See os-autoinst#4900
as a motivation to do this.
@okurz
Copy link
Member Author

okurz commented Aug 20, 2019

can't maintain that currently

@okurz okurz closed this Aug 20, 2019
@okurz okurz deleted the enhance/serialdev branch August 20, 2019 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants