rdkcentral / BundleGen

A command-line tool to convert OCI Images into extended OCI Bundles for use with the Dobby container manager.
Apache License 2.0
5 stars 32 forks source link

L1 test failing for the latest changes of bundleprocessor.py file #101

Closed chandana0902 closed 1 year ago

chandana0902 commented 1 year ago

The L1_tests started failing because of the recent changes in bundle_processor.py by PR: https://github.com/rdkcentral/BundleGen/pull/97 In PR they are replacing {id} inside mount.source binds with the appid from metadata and placed into separate function _add_mount. In test code, because of the above update {id} was missing so added the {id} to support that in metadata.