acrn-hypervisor/misc/config_tools/scenario_config
Weiyi Feng 3c4f14ede7 configurator: add new configurator
add new configurator

Tracked-On: #6691
Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
(cherry picked from commit 1232a7229af7ed60706cc725acf955ccbd8ca035)
2022-03-31 19:26:33 +08:00
..
jsonschema configurator: add new configurator 2022-03-31 19:26:33 +08:00
__init__.py config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
default_populator.py config_tools: add a slicer of XML schema 2022-03-15 10:22:37 +08:00
elementpath_overlay.py config_tools: find and report counter examples on validation error 2022-03-16 10:44:16 +08:00
lxml_loader.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00
pipeline.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
scenario_cfg_gen.py config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
scenario_item.py config_tools: merge board_private.rootfs and board_private.bootargs to os_config.bootargs 2022-01-19 13:14:49 +08:00
scenario_transformer.py config_tools: walk through xs:alternative 2022-03-15 10:22:37 +08:00
schema_slicer.py configurator: add new configurator 2022-03-31 19:26:33 +08:00
upgrader.py config_tools/upgrader: convert the old SERVICE_VM type 2022-03-22 16:37:13 +08:00
validator.py config_tools: find and report counter examples on validation error 2022-03-16 10:44:16 +08:00
xml_loader.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00

Please run scenario_cfg_gen.py to generate board related configuration files.

usage: python3 scenario_cfg_gen.py [h] --board <board_info_file> --scenario <scenario_info_file>
positional arguments:
  board_info_file  : file name of the board info XML
  scenario_info_file  : file name of the scenario info XML