Bluetooth Mapper E2E Test

    1. Turn ON bluetooth service of both machines
    2. Run server on first machine. Follow steps given below for running the test server.
    3. Update “dockerhubusername” and “dockerhubpassword” in tests/e2e/scripts/fast_test.sh with your credentials.
    4. Compile bluetooth mapper e2e by executing the following command in $GOPATH/src/github.com/kubeedge/kubeedge.
    5. Run bluetooth mapper e2e by executing the following command in $GOPATH/src/github.com/kubeedge/kubeedge.

    Test Server Creation

    1. Copy devices folder in tests/e2e/stubs and keep it in path TESTSERVER/src/github.com in first machine.
    2. Run the server using

    This runs your test server which publishes data for the mapper to process.