Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Azure/azure-iot-device-simulation-dotnet-tests

Repository files navigation

Build Issues Gitter

Azure IoT Device Simulation Tests

This repository contains a set of functional tests periodically executed on Microsoft Azure IoT Device Simulation solution.

Dependencies

The integration tests solution depends on all the environment variables set on the machine. The list of variables are in env.list file

How to run the integration tests

Build and Run from the command line

The scripts folder contains scripts for many frequent tasks:

  • build: compiles all the project and runs all the integration tests projects that are listed in build script file

Running the integration tests with Visual Studio

Prerequisite

All the containers need to be started before the tests can be run/debug in Visual Studio.

  • navigate to the scripts folder
  • <name-of-service>.sh start: starts all the containers.
  • <name-of-service>.sh stop: stops all the containers.

Ex:

cd scripts
./devicesimulation.sh start

Build and run tests

  • Ctrl+Shift+B: builds solution
  • Run All: from the Test menu select Windows-->Test Explorer. Click Run All to run all the tests

About

Integration tests for device simulation

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published