Skip to content

Commit

Permalink
Add kubevirt market to test_vm (#1257) (#1265)
Browse files Browse the repository at this point in the history
Co-authored-by: Meni Yakove <[email protected]>
  • Loading branch information
2 people authored and RedHatQE committed Jul 23, 2023
1 parent e2cbe06 commit 26ebf74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_create():
pass


@pytest.mark.kubevirt
def test_vm(namespace):
name = "test-vm"
with VirtualMachine(
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deps =
commands =
pip install .
pip install jinja2 PyYaml
pytest tests
pytest -o log_cli=true tests/test_resources.py -k 'not kubevirt'

[testenv:unittests]
basepython = python3
Expand Down

0 comments on commit 26ebf74

Please sign in to comment.