acrn-hypervisor/misc/config_tools/scenario_config
Chenli Wei 6d57f8254b misc: rename common.py to avoid private library conflict
The offline tool use a utility libary and use "common" to named it, this
name conflict with some customer's local library, so we rename it to a
better and clear name.

Tracked-On: #6690
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
2022-11-14 12:03:51 +08:00
..
jsonschema config_tools: handle multiple xs:documentation properly 2022-09-21 15:15:38 +08:00
README
__init__.py config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
config_summary.py misc: fix the vCPU number issue of document 2022-11-14 11:34:15 +08:00
default_populator.py config_tools: Add vue-json-schema-form and advanced custom component for IVSHMEM field 2022-05-08 15:52:28 +08:00
elementpath_overlay.py config_tools: determine SSRAM_ENABLED automatically 2022-10-14 15:20:48 +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: check XML file structures on load 2022-05-19 09:31:46 +08:00
scenario_cfg_gen.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
scenario_item.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
scenario_transformer.py config_tools: Add vue-json-schema-form and advanced custom component for IVSHMEM field 2022-05-08 15:52:28 +08:00
schema_slicer.py config_tools: refactor configurator for web page cache issue 2022-04-25 18:13:12 +08:00
upgrader.py config_tools: update the upgrader.py script for virtio gpu 2022-10-26 08:15:17 +08:00
validator.py config_tools: fix a module resolving issue in elementpath overlay 2022-06-29 13:53:42 +08:00
xml_loader.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00

README

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