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

Skip server look up for localhost email address #3346

Merged
merged 1 commit into from
Jul 28, 2017

Conversation

czerw
Copy link
Contributor

@czerw czerw commented Jul 26, 2017

poo#19320: Skip server look up for localhost email address in Evolution mail to avoid bug bsc#1049387.

Needle:
https://gitlab.suse.de/openqa/os-autoinst-needles-sles/merge_requests/436

General verification:
SP2: http://10.100.12.105/tests/1160
SP3: http://10.100.12.105/tests/1161

Specific verification for aim.com (checkbox is not changed):
http://10.100.12.105/tests/1160#step/evolution_smoke/10
Specific verification for localhost (checkbox is clicked):
http://10.100.12.105/tests/1160#step/evolution_mail_imap/13


# skip server look up for localhost email address
if ($mail_box =~ /localhost/) {
mouse_set(370, 555);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if ($mail_box =~ /localhost/) {
mouse_set(370, 555);
wait_screen_change {
mouse_click;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dtto

@czerw czerw changed the title Skip server look up for localhost email address WIP: Skip server look up for localhost email address Jul 27, 2017
poo#19320:  Skip server look up for localhost email address in
Evolution mail to avoid bug bsc#1049387.
@czerw czerw changed the title WIP: Skip server look up for localhost email address Skip server look up for localhost email address Jul 27, 2017
Copy link
Member

@SergioAtSUSE SergioAtSUSE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SergioAtSUSE SergioAtSUSE merged commit 9b055ac into os-autoinst:master Jul 28, 2017
@czerw czerw deleted the poo#19320 branch July 28, 2017 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants