22b185a Enable tracking of executed applications in Application Start/Stop tests (FIXES #116)

38 files Authored by lruzicka 4 years ago, Committed by adamwill 4 years ago,
38 files changed. 176 lines added. 20 lines removed.
lib/utils.pm
file modified
+15 -1
main.pm
file modified
+10 -7
tests/apps_gnome_preset.pm
file added
+41
tests/apps_startstop/gnome/abrt.pm
file modified
+2 -0
tests/apps_startstop/gnome/archiver.pm
file modified
+2 -0
tests/apps_startstop/gnome/boxes.pm
file modified
+2 -0
tests/apps_startstop/gnome/calculator.pm
file modified
+2 -0
tests/apps_startstop/gnome/calendar.pm
file modified
+2 -0
tests/apps_startstop/gnome/chars.pm
file modified
+2 -0
tests/apps_startstop/gnome/cheese.pm
file modified
+2 -0
tests/apps_startstop/gnome/clocks.pm
file modified
+2 -0
tests/apps_startstop/gnome/contacts.pm
file modified
+2 -0
tests/apps_startstop/gnome/disks.pm
file modified
+2 -0
tests/apps_startstop/gnome/diskusage.pm
file modified
+2 -0
tests/apps_startstop/gnome/dviewer.pm
file modified
+2 -0
tests/apps_startstop/gnome/files.pm
file modified
+2 -0
tests/apps_startstop/gnome/firefox.pm
file modified
+2 -0
tests/apps_startstop/gnome/fonts.pm
file modified
+2 -0
tests/apps_startstop/gnome/help.pm
file modified
+2 -0
tests/apps_startstop/gnome/imageviewer.pm
file modified
+2 -0
tests/apps_startstop/gnome/lcalc.pm
file modified
+2 -0
tests/apps_startstop/gnome/ldraw.pm
file modified
+2 -0
tests/apps_startstop/gnome/limpress.pm
file modified
+2 -0
tests/apps_startstop/gnome/logs.pm
file modified
+2 -0
tests/apps_startstop/gnome/lwriter.pm
file modified
+2 -0
tests/apps_startstop/gnome/maps.pm
file modified
+2 -0
tests/apps_startstop/gnome/monitor.pm
file modified
+2 -0
tests/apps_startstop/gnome/photos.pm
file modified
+2 -0
tests/apps_startstop/gnome/rhythmbox.pm
file modified
+2 -0
tests/apps_startstop/gnome/scan.pm
file modified
+2 -0
tests/apps_startstop/gnome/screenshot.pm
file modified
+2 -0
tests/apps_startstop/gnome/settings.pm
file modified
+2 -0
tests/apps_startstop/gnome/software.pm
file modified
+2 -0
tests/apps_startstop/gnome/terminal.pm
file modified
+5 -12
tests/apps_startstop/gnome/texteditor.pm
file modified
+2 -0
tests/apps_startstop/gnome/videos.pm
file modified
+2 -0
tests/apps_startstop/gnome/weather.pm
file modified
+2 -0
tests/workstation_core_applications.pm
file added
+39
    Enable tracking of executed applications in Application Start/Stop tests (FIXES #116)
    
    This PR adds the following:
    * moves out the presetting procedures, so that two long terminal tests do not have
    to run twice
    * add methods for application to register when successfully started
    * adds a test that checks if all required applications have registered
    
        
file modified
+15 -1
file modified
+10 -7