Project

General

Profile

Actions

action #51428

closed

[qam] test fails in yast2_firewall

Added by dzedro almost 5 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2019-05-13
Due date:
% Done:

100%

Estimated time:
Difficulty:

Description

Observation

openQA test in scenario sle-15-Server-DVD-Updates-x86_64-mau-extratests-yast2ui@64bit fails in
yast2_firewall

Test suite description

Run YaST2 GUI tests

Reproducible

Fails since (at least) Build 20190508-1

Expected result

Last good: (unknown) (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by dzedro almost 5 years ago

@JERiveraMoya please check the failure, can the test run in GUI ? Because failure is due to yast2_ncurses_service_start_widget needle.

Actions #2

Updated by JERiveraMoya almost 5 years ago

It is wrong name for the needles but basically what happens is that for this new module the widget is still the old one. It would require something like:

if (is_sle('<15') || is_leap('<15.1')) {
        send_key 'alt-s';
        assert_screen 'yast2_firewall_stopped_old_widget';
    }
    else {
        change_service_configuration(after_writing => {stop => 'alt-t'});
    }
Actions #3

Updated by vsvecova over 4 years ago

The test seems to be passing consistently over the last few months, do we still need this issue?

Actions #4

Updated by dzedro over 4 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Consider as fixed.

Actions

Also available in: Atom PDF