-
Notifications
You must be signed in to change notification settings - Fork 12
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
Qesap e2e verbosity tests #236
Conversation
scripts/qesap/test/e2e/test.sh
Outdated
if [ $rc -ne 0 ]; then | ||
test_die "rc:$rc in verbose mode there should be some INFO" | ||
fi | ||
grep -E "TASK \[Say hello\]" "${QESAPROOT}/test_4_ansible_pass_verbose.txt" | wc -l |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test is intentionally left uncompleted. The expected value should be 1 but, due to a bug in the glue script that has to be fixed, is now 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll convert it to a real test in a next PR where I'll also at the same time fix the bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am giving my 0.7 LGTM which is equal to the level of my competency in this matter :D
57b4666
to
f2c10dc
Compare
f2c10dc
to
c392cf0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR introduce an improvement in e2e test of the glue script. In particular there are many new tests about the output of the qesap.py and for the first time the true execution of the ansible subcommand
Ticket : https://jira.suse.com/browse/TEAM-6844
VR is pipeline in PR