Project

General

Profile

Actions

action #54638

closed

[sle][functional][u][sporadic] test fails in nis_client, no checks between key presses

Added by riafarov over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
SUSE QA - Milestone 28
Start date:
2019-07-25
Due date:
2019-08-13
% Done:

0%

Estimated time:
42.00 h
Difficulty:

Description

Observation

Our favorite type of tickets.

Problematic piece of code:

sub nfs_shares_tab {
    send_key 'alt-n';          # nfs shares tab
    assert_screen 'nis-client-nfs-client-shares-conf';
    send_key 'alt-a';          # add
    wait_still_screen 4;
    send_key 'alt-v';          # NFSV4 share checkbox
    send_key 'alt-s';          # choose NFS server button
    assert_screen 'nis-client-nfs-server';
    send_key 'alt-o';          # OK
    send_key 'alt-r';          # remote directory text field
    type_string $setup_nis_nfs_x11{nfs_dir};
    send_key 'alt-m';          # mount point text field
    type_string $setup_nis_nfs_x11{nfs_dir};
    send_key 'alt-o';          # OK
    assert_screen 'nis-client-nfs-client-configuration';
    send_key 'alt-o';          # OK
    assert_screen 'nis-client-fw-opened';
    send_key 'alt-f';          # finish
}

Here we send too many keys without checks, and even wait_still_screen which makes test unstable.

openQA test in scenario sle-12-SP5-Server-DVD-x86_64-nis_client@64bit fails in
nis_client

Acceptance Criteria

  • AC1: re-work function "nfs_shares_tab":
  • AC2: add checks (assert_screen) to avoid sporadic issue with key presses

Test suite description

https://progress.opensuse.org/issues/9900
this is only the working part, there are few bugs

Reproducible

Fails since (at least) Build 0242

Expected result

Last good: 0233 (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by mgriessmeier over 4 years ago

  • Priority changed from Normal to High
  • Target version changed from Milestone 26 to Milestone 27

for grooming

Actions #2

Updated by mgriessmeier over 4 years ago

  • Target version changed from Milestone 27 to Milestone 28
Actions #3

Updated by mgriessmeier over 4 years ago

  • Subject changed from [sle][functional][sporadic] test fails in nis_client, no checks between key presses to [sle][functional][u][sporadic] test fails in nis_client, no checks between key presses
Actions #4

Updated by zluo over 4 years ago

  • Assignee set to zluo

take this for grooming meeting.

Actions #5

Updated by zluo over 4 years ago

  • Description updated (diff)
Actions #6

Updated by SLindoMansilla over 4 years ago

  • Description updated (diff)
  • Status changed from New to Workable
  • Assignee deleted (zluo)
  • Priority changed from High to Normal
  • Estimated time set to 42.00 h
Actions #7

Updated by dheidler over 4 years ago

  • Status changed from Workable to In Progress
  • Assignee set to dheidler
Actions #8

Updated by dheidler over 4 years ago

  • Status changed from In Progress to Feedback
Actions #9

Updated by dheidler over 4 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF