Bug 1065422
| Summary: | Tests in tests/format_test/misc_test.LabelingAsRootTestCase have ERRORs | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | mulhern <amulhern> | |
| Component: | python-blivet | Assignee: | mulhern <amulhern> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.0 | CC: | amulhern, atodorov, jstodola, mbanas | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | python-blivet-0.18.26-1 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1079440 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-13 13:05:00 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1064895 | |||
|
Description
mulhern
2014-02-14 16:02:59 UTC
In Python 3 the OSError that subprocess.Popen throws back has been enhanced so that it actually tells you the name of the file that you are missing, which should make this kind of situation a whole lot clearer. No such file or directory: 'mkfs.xfs' is so much more informative than No such file or directory Post again. acked. Fixed In Version: python-blivet-0.18.26-1 Moving back to ASSIGNED, mulhern confirmed via IRC that testing is valid and additional fix is needed. Moving back to ON_QA to retest the issue described in comment 0. The other import errors will be fixed in bugs 1075561 and 1079440. Retested with python-blivet-0.18.33-1.el7, tests that do not have cmdline utilities are skipped: ... testCreating (formats_test.labeling_test.HFSTestCase) Create the filesystem when passing a valid label ... skipped 'utilities unavailable for filesystem hfs' testCreatingEmpty (formats_test.labeling_test.HFSTestCase) Create the filesystem when passing the empty label. ... skipped 'utilities unavailable for filesystem hfs' testCreatingNone (formats_test.labeling_test.HFSTestCase) Create the filesystem when passing None ... skipped 'utilities unavailable for filesystem hfs' testLabeling (formats_test.labeling_test.HFSTestCase) A sequence of tests of filesystem labeling. ... skipped 'utilities unavailable for filesystem hfs' testLabels (formats_test.labeling_test.InitializationTestCase) Initialize some filesystems with valid and invalid labels. ... ok testCreating (formats_test.labeling_test.JFSTestCase) Create the filesystem when passing a valid label ... skipped 'utilities unavailable for filesystem jfs' testCreatingEmpty (formats_test.labeling_test.JFSTestCase) Create the filesystem when passing the empty label. ... skipped 'utilities unavailable for filesystem jfs' testCreatingNone (formats_test.labeling_test.JFSTestCase) Create the filesystem when passing None ... skipped 'utilities unavailable for filesystem jfs' testLabeling (formats_test.labeling_test.JFSTestCase) A sequence of tests of filesystem labeling. ... skipped 'utilities unavailable for filesystem jfs' testCreatingSwapSpaceEmpty (formats_test.labeling_test.LabelingSwapSpaceTestCase) ... ok testCreatingSwapSpaceNone (formats_test.labeling_test.LabelingSwapSpaceTestCase) ... ok testLabeling (formats_test.labeling_test.LabelingSwapSpaceTestCase) ... ok testGetLabelArgs (formats_test.labeling_test.MethodsTestCase) ... ok testCreating (formats_test.labeling_test.ReiserFSTestCase) Create the filesystem when passing a valid label ... skipped 'utilities unavailable for filesystem reiserfs' testCreatingEmpty (formats_test.labeling_test.ReiserFSTestCase) Create the filesystem when passing the empty label. ... skipped 'utilities unavailable for filesystem reiserfs' testCreatingNone (formats_test.labeling_test.ReiserFSTestCase) Create the filesystem when passing None ... skipped 'utilities unavailable for filesystem reiserfs' testLabeling (formats_test.labeling_test.ReiserFSTestCase) A sequence of tests of filesystem labeling. ... skipped 'utilities unavailable for filesystem reiserfs' testCreating (formats_test.labeling_test.XFSTestCase) Create the filesystem when passing a valid label. ... skipped 'utilities unavailable for filesystem xfs' testCreatingEmpty (formats_test.labeling_test.XFSTestCase) Create a filesystem with an empty label. ... skipped 'utilities unavailable for filesystem xfs' testCreatingNone (formats_test.labeling_test.XFSTestCase) Create a filesystem with the label None. ... skipped 'utilities unavailable for filesystem xfs' testLabeling (formats_test.labeling_test.XFSTestCase) A sequence of tests of filesystem labeling. ... skipped 'utilities unavailable for filesystem xfs' ... Moving to VERIFIED. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |