Bluetooth Mapper E2E Test
- Turn ON bluetooth service of both machines
- Run server on first machine. Follow steps given below for running the test server.
- Update “dockerhubusername” and “dockerhubpassword” in tests/e2e/scripts/fast_test.sh with your credentials.
- Compile bluetooth mapper e2e by executing the following command in $GOPATH/src/github.com/kubeedge/kubeedge.
- Run bluetooth mapper e2e by executing the following command in $GOPATH/src/github.com/kubeedge/kubeedge.
Test Server Creation
- Copy devices folder in tests/e2e/stubs and keep it in path TESTSERVER/src/github.com in first machine.
Run the server using
This runs your test server which publishes data for the mapper to process.