* Add PyBluez to Dockerfile Adds PyBluez to Dockerfile so people using Docker can run Bluetooth devices * Remove pip install of pybluez Pybluez will be installed automatically when the Bluetooth device tracker is enabled
* Add docker test runner * Move test Dockerfile into virtualization folder * Don't build zwave in test environment
This should make it easier to fix race conditions that might arise if box is destroyed but setup_done placeholder file is not removed properly