Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable resin sync and resin delta tests #57

Merged
merged 1 commit into from
Dec 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Change log
-----------

* Disable resin sync and resin delta tests from example QEMU and RaspberryPi test cases until they are fixed in Resin 2.0 [Praneeth]
* Pin version of Base image in Dockerfile and python libraries installed with pip [Praneeth]
* Unify instuctions for QEMU 64bit and 32bit images [Horia]
* Test case to verify delta to a running supervisor [Horia]
Expand Down
8 changes: 4 additions & 4 deletions qemu.robot
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Check if device is running the pushed application (Tries for 300 s)
Wait Until Keyword Succeeds 30x 10s Device "${device_uuid}" log should contain "Hello"
Check if kernel module loading works
Check if kernel module loading works on "${device_uuid}"
Check delta to a running supervisor
Check enabling supervisor delta on "${application_name}"
Check if resin sync works
Check if resin sync works on "${device_uuid}"
#Check delta to a running supervisor
# Check enabling supervisor delta on "${application_name}"
#Check if resin sync works
# Check if resin sync works on "${device_uuid}"
Check if setting environment variable works
Check if setting environment variables works on "${application_name}"
Verify if host OS version of the image is same through resin cli
Expand Down
8 changes: 4 additions & 4 deletions raspberrypi3.robot
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ Check if device is running the pushed application (Tries for 300 s)
Wait Until Keyword Succeeds 30x 10s Device "${device_uuid}" log should contain "Hello"
Check if kernel module loading works
Check if kernel module loading works on "${device_uuid}"
Check delta to a running supervisor
Check enabling supervisor delta on "${application_name}"
Check if resin sync works
Check if resin sync works on "${device_uuid}"
#Check delta to a running supervisor
# Check enabling supervisor delta on "${application_name}"
#Check if resin sync works
# Check if resin sync works on "${device_uuid}"
Check if setting environment variable works
Check if setting environment variables works on "${application_name}"
Verify if host OS version of the image is same through resin cli
Expand Down