scripts/run_tests_locally-device-all.sh
0 → 100755
+40
−0
src/device/tests/MockMonitoringServiceServicerImpl.py→scripts/run_tests_locally-device-emulated.sh
100644 → 100755
+11
−12
+28
−0
Loading
- Migrated to use new generic gRPC servicer - Migrated to use new generic Rest servicer - Migrated to use new settings framework - Migrated tests to use new generic servicers and mock's - Solved bug with endpoint monitors' population (dupplicated sample types due to wrong key generation) - Use Emulated driver when both driver and device type are not specified - Separated unitary tests and execution scripts per device driver - Extracted common unitary test functionalities into separate code files - Minor code styling/formatting