[PATCH v3 1/3] framework: Move test-specific files to test directory

Juraj Linkeš juraj.linkes at pantheon.tech
Thu Apr 14 07:39:22 CEST 2022


> Subject: [PATCH v3 1/3] framework: Move test-specific files to test directory
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> The DTS Improvement Working Group decided to move files specific to a single
> test or a small group of tests into tests/util. This is done in order to aid in the
> organization of DTS.
> 
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> ---
>  framework/flow/__init__.py                           |  0
>  framework/virt_resource.py                           |  2 +-
>  tests/data/__init__.py                               |  2 ++
>  tests/util/__init__.py                               |  2 ++
>  tests/util/flow/__init__.py                          |  2 ++
>  {framework => tests/util}/flow/enums.py              |  0
>  {framework => tests/util}/flow/exceptions.py         |  0
>  {framework => tests/util}/flow/flow.py               |  0
>  {framework => tests/util}/flow/flow_action_items.py  |  0
>  {framework => tests/util}/flow/flow_items.py         |  8 +++-----
>  {framework => tests/util}/flow/flow_pattern_items.py |  0
>  {framework => tests/util}/flow/flow_rule.py          |  2 +-
>  {framework => tests/util}/flow/generator.py          |  0
>  tests/util/virt/__init__.py                          |  2 ++
>  {framework => tests/util/virt}/virt_base.py          |  8 ++++----
>  {framework => tests/util/virt}/virt_common.py        |  8 ++++----
>  {framework => tests/util/virt}/virt_dut.py           | 10 +++++-----
>  {framework => tests/util/virt}/virt_scene.py         | 12 ++++++------

Looks like you didn't move the qemu files.



More information about the dts mailing list