Skip to content

Commit

Permalink
tests: drop unused static cpu_templates fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o committed Nov 29, 2024
1 parent f88d644 commit b6c695d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,6 @@ def microvm_factory(request, record_property, results_dir):
uvm_factory.kill()


@pytest.fixture(params=static_cpu_templates_params())
def cpu_template(request, record_property):
"""Return all static CPU templates supported by the vendor."""
record_property("static_cpu_template", request.param)
return request.param


@pytest.fixture(params=custom_cpu_templates_params())
def custom_cpu_template(request, record_property):
"""Return all dummy custom CPU templates supported by the vendor."""
Expand Down

0 comments on commit b6c695d

Please sign in to comment.