Skip to content

Commit

Permalink
Merge branch 'main' into dane/mergemain
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalton-msft committed Oct 31, 2022
2 parents db76a92 + b35a1a0 commit fb67fa6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
###########
# Azure IoT middleware for FreeRTOS
###########

# Catch all for whole project
* @CIPop @danewalton @ericwol-msft @ewertons @josesanchez7 @jspaith @preethi826 @RLeclair @vaavva

# README Files
*.md @CIPop @danewalton @ericwol-msft @ewertons @josesanchez7 @jspaith @preethi826 @RLeclair @vaavva @wduraes
2 changes: 1 addition & 1 deletion tests/e2e/iot/device/e2e_device_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void vTestEntry( void ** ppvState )

xHubOptions.xTelemetryCallback = prvTelemetryPubackCallback;

xHubOptions.pucModelID = ( const uint8_t * ) ppcArgv[ 3 ];
xHubOptions.pucModuleID = ( const uint8_t * ) ppcArgv[ 3 ];
xHubOptions.ulModuleIDLength = ( uint32_t ) strlen( ppcArgv[ 3 ] );

assert_int_equal( AzureIoTHubClient_Init( &xAzureIoTHubClient,
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/iot/service/mocha_exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ die() {
[ -v IOTHUB_CONNECTION_STRING ] || die "IOTHUB_CONNECTION_STRING is not set!"
[ -v DEVICE_TEST_EXE ] || die "DEVICE_TEST_EXE is not set!. Please set it to device side binary of e2e tests"


echo -e "Installing node dependencies using npm"

npm install
Expand Down

0 comments on commit fb67fa6

Please sign in to comment.