summaryrefslogtreecommitdiffstats
path: root/updater_sample/tools/test_gen_update_config.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-22Move ab_streaming_metadata under ab_config.Zhomart Mukhamejanov1-2/+4
Add new config: ab_config.verify_payload_metadata. Change-Id: I521dff92166c33dd9c2efa498dc599fe4bc83fde Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com> Test: mmm, junit Bug: 77150191
2018-05-08updater_sample: update toolsZhomart Mukhamejanov1-10/+16
- Allow gen_update_config.py to use ota_from_target_files from $ANDROID_BUILD_TOP/build/make/tools/releasetools/ - tests/res/raw/ota_002_package.zip re-generated using functions from $ANDROID_BUILD_TOP/build/make/tools/releasetools/test_ota_from_target_files.py - sample app tests updated Test: ./tools/gen_update_config_test.py Change-Id: I5c492ec22782ba54fe481f592a44e797c695684e Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>
2018-04-27updater_sample: fix gen_update_config.pyZhomart Mukhamejanov1-0/+55
Fix gen_update_config.py. And add tests for gen_update_config.py. Test: python3 updater_sample/tools/gen_update_config_test.py Change-Id: I0d270f1d5d7635855ee9acb0dd094e083cd33e3a Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>