https://github.com/cjhdev/ldl_chirp_test
LDL + ChirpStack Virtual Integration Test
https://github.com/cjhdev/ldl_chirp_test
chirpstack lorawan
Last synced: 10 months ago
JSON representation
LDL + ChirpStack Virtual Integration Test
- Host: GitHub
- URL: https://github.com/cjhdev/ldl_chirp_test
- Owner: cjhdev
- Created: 2020-12-28T13:52:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T15:57:47.000Z (about 5 years ago)
- Last Synced: 2025-01-21T03:42:35.991Z (over 1 year ago)
- Topics: chirpstack, lorawan
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Security: security_module.rb
Awesome Lists containing this project
README
LDL + ChirpStack Virtual Integration Test
=========================================
This is a Ruby program that:
- runs instances of the LDL Ruby wrapper
- orchestrates ChirpStack via Docker Compose
- implements a ChirpStack application and join server
- runs minitest spec tests
## Running
You will need to have Ruby and docker-compose installed.
```
bundle install
bundle exec rake
```
The terminal output is very noisy but minitest will make it clear
at the end if any tests have failed.
Run-time may be up to one day depending on which tests are included.
At the moment I am simply commenting in/out the tests I want to run in
the top level script.
## See Also
- [LDL](https://github.com/cjhdev/lora_device_lib)
- [ChirpStack](https://www.chirpstack.io/)