Browse Source
Automatically skip non-qemu board tests for mender-convert.
Changelog: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
change-dependabot-prefix
Kristian Amlie
3 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
2 changed files with
1 additions and
10 deletions
-
scripts/test/run-tests.sh
-
tests/mender-image-tests
|
|
@ -83,7 +83,6 @@ test_result=0 |
|
|
|
|
|
|
|
if [ -n "$PREBUILT_IMAGE" ]; then |
|
|
|
run_tests $PREBUILT_IMAGE \ |
|
|
|
"-k" "'not test_update'" \ |
|
|
|
|| test_result=$? |
|
|
|
exit $test_result |
|
|
|
|
|
|
@ -117,8 +116,6 @@ else |
|
|
|
"release-1" \ |
|
|
|
"input/${RASPBIAN_IMAGE}" \ |
|
|
|
"--config configs/raspberrypi3_config $EXTRA_CONFIG" \ |
|
|
|
-- \ |
|
|
|
"-k" "'not test_update'" \ |
|
|
|
|| test_result=$? |
|
|
|
fi |
|
|
|
|
|
|
@ -132,8 +129,6 @@ else |
|
|
|
"release-1" \ |
|
|
|
"input/${BBB_DEBIAN_SDCARD_IMAGE_UNCOMPRESSED}" \ |
|
|
|
"--config configs/beaglebone_black_debian_sdcard_config $EXTRA_CONFIG" \ |
|
|
|
-- \ |
|
|
|
"-k" "'not test_update'" \ |
|
|
|
|| test_result=$? |
|
|
|
|
|
|
|
rm -rf deploy |
|
|
@ -145,8 +140,6 @@ else |
|
|
|
"release-1" \ |
|
|
|
"input/${BBB_DEBIAN_EMMC_IMAGE_UNCOMPRESSED}" \ |
|
|
|
"--config configs/beaglebone_black_debian_emmc_config $EXTRA_CONFIG" \ |
|
|
|
-- \ |
|
|
|
"-k" "'not test_update'" \ |
|
|
|
|| test_result=$? |
|
|
|
fi |
|
|
|
|
|
|
@ -157,8 +150,6 @@ else |
|
|
|
"release-1" \ |
|
|
|
"input/${UBUNTU_SERVER_RPI_IMAGE_COMPRESSED}" \ |
|
|
|
"--config configs/raspberrypi3_config $EXTRA_CONFIG" \ |
|
|
|
-- \ |
|
|
|
"-k" "'not test_update'" \ |
|
|
|
|| test_result=$? |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit 8af131b9eface1555d2141d513c0dd6860c7815f |
|
|
|
Subproject commit 626c9f43f615531d4ec45c2e388b8829d91e087c |