tree: 6c31e200e990be6e02c9251fc5e33deab56cc9eb [path history] [tgz]
  1. config/
  2. meta/
  3. src/
  4. BUILD.gn
  5. README.md
src/sys/component_manager/tests/structured_config/different_values/README.md

different values integration test for structured configuration

This test ensures we can create multiple config value files and package the same component multiple times with different values, reusing the same component manifest to resolve the expected configuration from each value file.

Config values are defined in the config/ subdirectory and asserted on in src/lib.rs. Currently only the my_flag boolean field is varied between test runs.