c6d443a Automate the QA:Testcase_Anaconda_help.

78 files Authored by lruzicka 2 years ago, Committed by adamwill 2 years ago,
78 files changed. 740 lines added. 1 lines removed.
VARIABLES.md
file modified
+1 -0
check-needles.py
file modified
+8 -0
lib/anaconda.pm
file modified
+48 -1
needles/anaconda/help/help_button.json
file added
+15
needles/anaconda/help/help_button.png
file added
+0
needles/anaconda/help/help_create_user.json
file added
+15
needles/anaconda/help/help_create_user.png
file added
+0
needles/anaconda/help/help_installation_destination-20210518.json
file added
+15
needles/anaconda/help/help_installation_destination-20210518.png
file added
+0
needles/anaconda/help/help_installation_destination.json
file added
+15
needles/anaconda/help/help_installation_destination.png
file added
+0
needles/anaconda/help/help_installation_progress-20210518.json
file added
+15
needles/anaconda/help/help_installation_progress-20210518.png
file added
+0
needles/anaconda/help/help_installation_progress.json
file added
+15
needles/anaconda/help/help_installation_progress.png
file added
+0
needles/anaconda/help/help_installation_source.json
file added
+15
needles/anaconda/help/help_installation_source.png
file added
+0
needles/anaconda/help/help_keyboard_layout-20210518.json
file added
+15
needles/anaconda/help/help_keyboard_layout-20210518.png
file added
+0
needles/anaconda/help/help_keyboard_layout.json
file added
+15
needles/anaconda/help/help_keyboard_layout.png
file added
+0
needles/anaconda/help/help_language.json
file added
+15
needles/anaconda/help/help_language.png
file added
+0
needles/anaconda/help/help_language_selection-20210518.json
file added
+15
needles/anaconda/help/help_language_selection-20210518.png
file added
+0
needles/anaconda/help/help_language_selection.json
file added
+15
needles/anaconda/help/help_language_selection.png
file added
+0
needles/anaconda/help/help_language_support.json
file added
+15
needles/anaconda/help/help_language_support.png
file added
+0
needles/anaconda/help/help_network_hostname.json
file added
+15
needles/anaconda/help/help_network_hostname.png
file added
+0
needles/anaconda/help/help_progress-20210518.json
file added
+15
needles/anaconda/help/help_progress-20210518.png
file added
+0
needles/anaconda/help/help_progress.json
file added
+15
needles/anaconda/help/help_progress.png
file added
+0
needles/anaconda/help/help_progress_link-20210518.json
file added
+15
needles/anaconda/help/help_progress_link-20210518.png
file added
+0
needles/anaconda/help/help_progress_link.json
file added
+15
needles/anaconda/help/help_progress_link.png
file added
+0
needles/anaconda/help/help_quit.json
file added
+15
needles/anaconda/help/help_quit.png
file added
+0
needles/anaconda/help/help_quit_kde.json
file added
+15
needles/anaconda/help/help_quit_kde.png
file added
+0
needles/anaconda/help/help_root_password.json
file added
+15
needles/anaconda/help/help_root_password.png
file added
+0
needles/anaconda/help/help_software_selection.json
file added
+15
needles/anaconda/help/help_software_selection.png
file added
+0
needles/anaconda/help/help_summary-20210518.json
file added
+15
needles/anaconda/help/help_summary-20210518.png
file added
+0
needles/anaconda/help/help_summary.json
file added
+15
needles/anaconda/help/help_summary.png
file added
+0
needles/anaconda/help/help_summary_link.json
file added
+15
needles/anaconda/help/help_summary_link.png
file added
+0
needles/anaconda/help/help_time_date-20210518.json
file added
+15
needles/anaconda/help/help_time_date-20210518.png
file added
+0
needles/anaconda/help/help_time_date.json
file added
+15
needles/anaconda/help/help_time_date.png
file added
+0
needles/anaconda/main_hub/create_user.json
file added
+15
needles/anaconda/main_hub/create_user.png
file added
+0
needles/anaconda/main_hub/keyboard_layout.json
file added
+15
needles/anaconda/main_hub/keyboard_layout.png
file added
+0
needles/anaconda/main_hub/language_support.json
file added
+15
needles/anaconda/main_hub/language_support.png
file added
+0
needles/anaconda/main_hub/live_clicked_key.json
file added
+24
needles/anaconda/main_hub/live_clicked_key.png
file added
+0
needles/anaconda/main_hub/live_clicked_time.json
file added
+24
needles/anaconda/main_hub/live_clicked_time.png
file added
+0
needles/anaconda/main_hub/nonlive-firstcol.json
file added
+30
needles/anaconda/main_hub/nonlive-firstcol.png
file added
+0
needles/anaconda/main_hub/nonlive-othercols.json
file added
+30
needles/anaconda/main_hub/nonlive-othercols.png
file added
+0
needles/anaconda/main_hub/root_password.json
file added
+15
needles/anaconda/main_hub/root_password.png
file added
+0
needles/anaconda/main_hub/time_date.json
file added
+15
needles/anaconda/main_hub/time_date.png
file added
+0
templates.fif.json
file modified
+16 -0
tests/_boot_to_anaconda.pm
file modified
+7 -0
tests/anaconda_help.pm
file added
+72
    Automate the QA:Testcase_Anaconda_help.
    
    This PR automates the mentioned testcase to test that Help can be
    displayed in Anaconda during the installation. It navigates through
    the available Help screens and if it can see it, it finishes.
    
    This test runs after `install_default_upload` to override the
    installation defaults defined for all primary tests.
    
    Delete a duplicated needle.
    
    Reformat list extensions to make it nicer.
    
    Get rid of wrong export and an empty line.
    
    Delete empty line.
    
    Use _boot_to_anaconda for booting and move subroutine accordingly.
    
    Add variable to templates.fif.json
    
    Delete trailing whitespace.
    
    Fix calling the pretest.
    
    Move help checking to another place.
    
        
  • Zuul
    success
    Jobs result is success
    2 years ago
file modified
+1 -0
file modified
+8 -0
file modified
+48 -1
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
file modified
+16 -0
file modified
+7 -0