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

boot_integration: fix test for unexpected control codes #6136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smitterl
Copy link
Contributor

aexpect will raise an error if the console contains certain control codes, s. avocado-framework/aexpect#133

This happens in get_stripped_output. By using get_output, this can't happen and the test passes.

aexpect will raise an error if the console contains certain control
codes, s. avocado-framework/aexpect#133

This happens in `get_stripped_output`. By using `get_output`, this can't
happen and the test passes.

Signed-off-by: Sebastian Mitterle <[email protected]>
@smitterl
Copy link
Contributor Author

JOB ID     : b57d745dcf9fe2f4d102d38afc2024730b02d03d
JOB LOG    : /var/log/avocado/job-results/job-2025-01-15T12.07-b57d745/job.log
 (1/2) type_specific.io-github-autotest-libvirt.boot_integration.by_qemu_on_s390.boot_dev.check_menu: STARTED
 (1/2) type_specific.io-github-autotest-libvirt.boot_integration.by_qemu_on_s390.boot_dev.check_menu:  PASS (29.89 s)
 (2/2) type_specific.io-github-autotest-libvirt.boot_integration.by_qemu_on_s390.boot_dev.boot_non_default: STARTED
 (2/2) type_specific.io-github-autotest-libvirt.boot_integration.by_qemu_on_s390.boot_dev.boot_non_default:  PASS (20.66 s)
RESULTS    : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML   : /var/log/avocado/job-results/job-2025-01-15T12.07-b57d745/results.html
JOB TIME   : 52.73 s

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.

1 participant