az iot product test case

Notitie

Deze referentie maakt deel uit van de azure-iot-extensie voor Azure CLI en vereist versie 2.17.1 of hoger. De extensie wordt automatisch geïnstalleerd wanneer u de eerste keer een opdracht az iot product test case hebt uitgevoerd. Meer informatie over extensies.

Testgevallen voor producttesttests beheren.

Opdracht

az iot product test case list

Vermeld de testgevallen van een productcertificeringstest.

az iot product test case update

Werk de testcasegegevens voor productcertificering bij.

az iot product test case list

Vermeld de testgevallen van een productcertificeringstest.

az iot product test case list --test-id
                              [--base-url]

Voorbeelden

Basisgebruik

az iot product test case list --test-id {test_id}

Vereiste parameters

--test-id -t

De gegenereerde id voor de test voor apparaatcertificering.

Optionele parameters

--base-url

Overschrijven certificeringsservice-URL om testen in niet-productie-omgevingen toe te staan.

az iot product test case update

Werk de testcasegegevens voor productcertificering bij.

az iot product test case update --cf
                                --test-id
                                [--base-url]

Voorbeelden

Basisgebruik

az iot product test case update --test-id {test_id} --configuration-file {configuration_file}

Vereiste parameters

--cf --configuration-file

Het bestandspad voor de JSON-testcaseconfiguratie.

--test-id -t

De gegenereerde id voor de test voor apparaatcertificering.

Optionele parameters

--base-url

Overschrijven certificeringsservice-URL om testen in niet-productie-omgevingen toe te staan.