hypriot / image-builder-rpi

SD card image for Raspberry Pi with Docker: HypriotOS
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
1.07k stars 168 forks source link

Test failing for `HYPRIOT_OS_VERSION="v0.7.2"` #33

Closed DieterReuter closed 8 years ago

DieterReuter commented 8 years ago

One of the integrations tests for v0.4.0 is failing.

File "/etc/os-release"
  should be file
  should be owned by "root"
  content
    should match /HYPRIOT_OS="HypriotOS\/armhf"/
  content
    should match /HYPRIOT_OS_VERSION="v0.7.2"/ (FAILED - 1)
  content
    should match /HYPRIOT_DEVICE="Raspberry Pi"/
  content
    should match /HYPRIOT_IMAGE_VERSION=/

Correct version is currently HYPRIOT_OS_VERSION="v0.8.1".

DieterReuter commented 8 years ago

Fixed with #40.