Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selective test run #122

Open
javierb10 opened this issue Feb 1, 2021 · 0 comments
Open

Selective test run #122

javierb10 opened this issue Feb 1, 2021 · 0 comments
Assignees
Labels
High Priority to do.

Comments

@javierb10
Copy link
Collaborator

javierb10 commented Feb 1, 2021

Date: 02/10/2020

Username: Javier Benito

Issue: Selective test run

As a:

Currently, we have three ways to run the tests, By block, e.g.

  • python execute_sub_set.py tests/hardware
  • python execute_sub_set.py tests/network_instance

By YML, e.g.

  • python execute_sub_set.py tests/hardware/test_hw_config.py
  • python execute_sub_set.py tests/hardware/test_hw_cpu.py

or by specific testcase, e.g.

  • python execute_sub_set.py tests/hardware/test_hw_component.py:TestHardwareComponent::test_hw_component_description

I want:

The tool should have an interface where you can select which test you want to run:

  • Being able to select a complete block and if you want, several specific testcases of other blocks
  • Select the specific testcases of each block and only run those

So that:

This application will save time when testing in the different phases of testing because you can select the tests to launch faster instead of having to search for the specific command

Accept Criteria:

Testing tool.

@danielhbar danielhbar added the High Priority to do. label Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority to do.
Projects
None yet
Development

No branches or pull requests

5 participants