| Summary: | FEAT: Test tags should be added for new specifically-named tests | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Greg Nichols <gnichols> | ||||
| Component: | Test Suite (harness) | Assignee: | Greg Nichols <gnichols> | ||||
| Status: | CLOSED EOL | QA Contact: | William Gomeringer <wgomerin> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.7.0 | CC: | rlandry, wgomerin | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | hwcert-client 1.7.0-20131120 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1032696 (view as bug list) | Environment: | |||||
| Last Closed: | 2020-03-27 15:38:35 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1016295 | ||||||
| Attachments: |
|
||||||
|
Description
Greg Nichols
2013-10-29 19:26:04 UTC
Created attachment 826698 [details] patch to add tags for network, usb, and wlan With this patch, tests can be run via general categories for tests that have been broken down into specific test types. For example, to run all network tests, the following command line can be used: >hwcert-backend run --tag network This will run any of the rate-specific network tests (1GigEthernet, 10GigEthernet, WirelessG). Similarly, to run any USB-related test use: >hwcert-backend run --tag usb And for wlan: >hwcert-backend run --tag wlan |