Skip to content

Commit

Permalink
Add kubevirt market to test_vm (#1257)
Browse files Browse the repository at this point in the history
Co-authored-by: RedHatQE <None>
  • Loading branch information
myakove authored and RedHatQE committed Jul 23, 2023
1 parent ebe09c6 commit 0d48ae5
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 @@ -22,7 +22,7 @@ commands =
pip install pip -U
pip install .
pip install jinja2 PyYaml
pytest -o log_cli=true tests/test_resources.py
pytest -o log_cli=true tests/test_resources.py -k 'not kubevirt'

[testenv:unittests]
basepython = python3
Expand Down

0 comments on commit 0d48ae5

Please sign in to comment.