| Summary: | multiple reboot tests are not run correctly | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Greg Nichols <gnichols> |
| Component: | Test Suite (tests) | Assignee: | Greg Nichols <gnichols> |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3 | CC: | czhang, rlandry, ykun, yuchen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-09 16:12:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Attachments: | |||
|
Description
Greg Nichols
2011-04-19 13:32:39 UTC
Created attachment 493194 [details]
hardwaretest.py patch fixing order of reboot tests
Created attachment 493195 [details]
continuation.py patch to allow reboot test to determine initializatoin state
This patch changes test continuation so that it cleans up (deletes) the bootstamp file when finishing in incomplete test. This allows subsequent tests using continuations to determine if they have been initialized.
Created attachment 493196 [details]
reboot.py patch to check if continuation has initialized
Created attachment 493202 [details]
continuation.py patch to allow reboot test to determine initialization state
Reproduced on R33 [root@hp-dl180g6-01 ~]# v7 run -t reboot loaded results /var/v7/results.xml Tested OS: Red Hat Enterprise Linux Server 6.1 (Santiago) Kernel RPM: kernel-2.6.32-112.el6 v7 version 1.3, release 33 saved test plan to /var/v7/results.xml Running the following tests: reboot local info reboot local Test Verification Passed Run these tests? (y|n) y response: y reboot local info reboot local ... Verified on R37 [root@hp-dl180g6-01 ~]# v7 run -t reboot loaded results /var/v7/results.xml Tested OS: Red Hat Enterprise Linux Server 6.1 (Santiago) Kernel RPM: kernel-2.6.32-112.el6 v7 version 1.3, release 37 saved test plan to /var/v7/results.xml Running the following tests: info reboot nfs reboot local Test Verification Passed Run these tests? (y|n) y response: y info reboot nfs reboot local ... This bug does not need a Tech Note because of: 1. A Red Hatter reported it 2. It only happened in an intermediate version. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0497.html |