az iot product test case
Manage product testing certification test cases.
Commands
az iot product test case list |
List the test cases of a product certification test. |
az iot product test case update |
Update the product certification test case data. |
az iot product test case list
List the test cases of a product certification test.
az iot product test case list --test-id
[--base-url]
Examples
Basic usage
az iot product test case list --test-id {test_id}
Required Parameters
The generated Id for the device certification test.
Optional Parameters
Override certification service URL to allow testing in non-production environements.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az iot product test case update
Update the product certification test case data.
az iot product test case update --cf
--test-id
[--base-url]
Examples
Basic usage
az iot product test case update --test-id {test_id} --configuration-file {configuration_file}
Required Parameters
The file path for test case configuration JSON.
The generated Id for the device certification test.
Optional Parameters
Override certification service URL to allow testing in non-production environements.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.