This package installs the cros_effects_sm_tests
executable into a ChromeOS image.
This package depends on test assets stored in Google3. For changes to this data to be reflected in this package some manual steps need to be followed.
gsutil
is in your path: export PATH=$PATH:~/chromiumos/chromite/scripts
.cd /google/src/head/depot/google3/chromeos/test_assets/
../upload_data.sh
script.cros_effects_tests_assets
, label it with the next version number and upload it to Google storage.src/third_party/chromiumos-overlay/media-libs/cros-camera-effects-sm-tests
.SRC_URI
field with a value of the form ml-core-cros_effects_test_assets-0.0.2.tar.xz
. E.g. In this case it should be updated to ml-core-cros_effects_test_assets-0.0.3.tar.xz
.ebuild cros-camera-effects-sm-tests-0.0.xx.ebuild manifest
cros-camera-effects-sm-tests: uprev to 0.0.3 Uprev cros-camera-effects-sm-tests test assets BUG=<BUG> TEST=Tests pass when run locally