Bug 1024499 - FEAT: Test tags should be added for new specifically-named tests
Summary: FEAT: Test tags should be added for new specifically-named tests
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Test Suite (harness)
Version: 1.7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Greg Nichols
QA Contact: William Gomeringer
URL:
Whiteboard:
Depends On:
Blocks: 1016295
TreeView+ depends on / blocked
 
Reported: 2013-10-29 19:26 UTC by Greg Nichols
Modified: 2020-03-27 15:38 UTC (History)
2 users (show)

Fixed In Version: hwcert-client 1.7.0-20131120
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1032696 (view as bug list)
Environment:
Last Closed: 2020-03-27 15:38:35 UTC
Embargoed:


Attachments (Terms of Use)
patch to add tags for network, usb, and wlan (3.67 KB, patch)
2013-11-20 15:15 UTC, Greg Nichols
no flags Details | Diff

Description Greg Nichols 2013-10-29 19:26:04 UTC
Description of problem:

It would be great if you could run all the new network tests via:

hwcert-backend run --tag network

and all the usb tests:

hwcert-backend run --tag usb

etc.


Version-Release number of selected component (if applicable):

hwcert-client 1.7.0

Comment 1 Greg Nichols 2013-11-20 15:15:35 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


Note You need to log in before you can comment on or make changes to this bug.