Skip to content

Commit

Permalink
Update central app and device templates
Browse files Browse the repository at this point in the history
  • Loading branch information
marianan committed Feb 10, 2022
1 parent 75f474c commit 42160f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-tests/test-devicestate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ prefix=e2e
token_id="${prefix}testtoken${num}"
device_id="${prefix}testdevice${num}"
device_displayName=$device_id
device_template=dtmi:lsnodrttd:gi4gydpmx
device_template=dtmi:p7xmntslpen:vzbw2mcng
test_result=1 # fail by default
rg=PipelineResources-IoTEdgeConfig
centralapp_name=${prefix}test-iotc-iiot-asset-app${num}
Expand All @@ -95,7 +95,7 @@ armToken=$(jq -r '.accessToken' <<< "$out")

# Create a central app
echo Create a central app
az iot central app create -g ${rg} -n ${centralapp_name} -s ${centralapp_name} --template iotc-iiot-asset
az iot central app create -g ${rg} -n ${centralapp_name} -s ${centralapp_name} --template iotc-inventory

# Create API token
echo Create API token to interact with Central app
Expand Down

0 comments on commit 42160f1

Please sign in to comment.