Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 862091 Details for
Bug 1064077
tests pass when skipped (disc - cd-rom, dvd, and bd)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch returning FAILED (1) if media type is not chosen
0001-1064077-tests-pass-when-skipped-disc-cd-rom-dvd-and-.patch (text/plain), 1.97 KB, created by
Greg Nichols
on 2014-02-12 01:49:22 UTC
(
hide
)
Description:
patch returning FAILED (1) if media type is not chosen
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2014-02-12 01:49:22 UTC
Size:
1.97 KB
patch
obsolete
>From f69a18fe377e6f8202fe963ac5388f1fbfb39df9 Mon Sep 17 00:00:00 2001 >From: Greg Nichols <gnichols@redhat.com> >Date: Tue, 11 Feb 2014 20:48:20 -0500 >Subject: [PATCH] 1064077 - tests pass when skipped (disc - cd-rom, dvd, and > bd) > >--- > tests/bluray/bluray.py | 2 +- > tests/cdrom/cdrom.py | 2 +- > tests/dvd/dvd.py | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/tests/bluray/bluray.py b/tests/bluray/bluray.py >index c8670ef..f5e7bd5 100644 >--- a/tests/bluray/bluray.py >+++ b/tests/bluray/bluray.py >@@ -103,7 +103,7 @@ class BluRayTest(OpticalDiskTest): > mode = "read" > else: > print "Error: could not determine media type" >- return False >+ return FAILED > > self.echoTest(self.getLogicalDeviceName(), self.mediaChoice, description) > if not self.checkMediaType(self.getLogicalDeviceName(), self.mediaChoice): >diff --git a/tests/cdrom/cdrom.py b/tests/cdrom/cdrom.py >index 197835c..7509571 100644 >--- a/tests/cdrom/cdrom.py >+++ b/tests/cdrom/cdrom.py >@@ -123,7 +123,7 @@ class CDRomTest(OpticalDiskTest): > mode = "read" > else: > print "Error: could not determine media type" >- return False >+ return FAILED > > self.echoTest(self.getLogicalDeviceName(), self.mediaChoice, description) > if self.testDisk(message="%s %s" %(description, self.printMediaName(self.mediaChoice)), readWriteMode=mode, type="cdrom"): >diff --git a/tests/dvd/dvd.py b/tests/dvd/dvd.py >index e682a04..18b8409 100644 >--- a/tests/dvd/dvd.py >+++ b/tests/dvd/dvd.py >@@ -150,7 +150,7 @@ class DVDTest(OpticalDiskTest): > testtype = "dvd" > else: > print "Error: could not determine media type" >- return False >+ return FAILED > > self.echoTest(self.getLogicalDeviceName(), self.mediaChoice, description) > if testtype == "dvdplus" and not self.checkMediaType(self.getLogicalDeviceName(), self.mediaChoice): >-- >1.8.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1064077
: 862091