az iot product test case

Note

This reference is part of the azure-iot extension for the Azure CLI (version 2.37.0 or higher). The extension will automatically install the first time you run an az iot product test case command. Learn more about extensions.

This command group is implicitly deprecated because command group 'iot product' is deprecated and will be removed in a future release.

Manage product testing certification test cases.

Commands

Name Description Type Status
az iot product test case list

List the test cases of a product certification test.

Extension Deprecated
az iot product test case update

Update the product certification test case data.

Extension Deprecated

az iot product test case list

Deprecated

This command is implicitly deprecated because command group 'iot product' is deprecated and will be removed in a future release.

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

--test-id -t

The generated Id for the device certification test.

Optional Parameters

--base-url

Override certification service URL to allow testing in non-production environements.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az iot product test case update

Deprecated

This command is implicitly deprecated because command group 'iot product' is deprecated and will be removed in a future release.

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

--cf --configuration-file

The file path for test case configuration JSON.

--test-id -t

The generated Id for the device certification test.

Optional Parameters

--base-url

Override certification service URL to allow testing in non-production environements.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.