From 7c28a0508340e10313edaff595bb8e5b9ad79e25 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 28 Mar 2017 12:26:14 -0700 Subject: [PATCH] Drop update desktop_notifications tests for now These tests don't work right at all at present: they don't test the update at all, they just boot the base image and run the test, which is stupid. I looked into various ways of fixing this but it's messy and I don't think it can work properly without a lot of hacking. Even if we get the test to do 'the right thing' - boot, set up the update repo, update, reboot, do the test prep, reboot again, do the actual test - I don't think it'll be quite a valid test, because I think any AVCs or crashes that happen *before* the update is installed will still appear as notifications when the test finally does log into the desktop. So the test can fail even if there are no post-update crashes or AVCs, I think. I decided to give up on trying to make this test work properly for now and just disable it. We can come back to it later if we have great ideas and/or lots of time... --- templates-updates | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/templates-updates b/templates-updates index 2d9d2a95..137b2248 100755 --- a/templates-updates +++ b/templates-updates @@ -222,30 +222,6 @@ }, test_suite => { name => "desktop_browser" }, }, - { - group_name => "Fedora Updates", - machine => { name => "64bit" }, - prio => 30, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "updates-workstation", - version => "*", - }, - test_suite => { name => "desktop_notifications_postinstall" }, - }, - { - group_name => "Fedora Updates", - machine => { name => "64bit" }, - prio => 32, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "updates-kde", - version => "*", - }, - test_suite => { name => "desktop_notifications_postinstall" }, - }, { group_name => "Fedora Updates", machine => { name => "64bit" },