Skip to content

Commit

Permalink
Add kubevirt market to test_vm (#1257) (#1265) (#1267) (#1273) (#1277)
Browse files Browse the repository at this point in the history
Co-authored-by: redhat-qe-bot <[email protected]>
  • Loading branch information
2 people authored and RedHatQE committed Jul 24, 2023
1 parent 9858619 commit 1553970
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ deps =
pytest
commands =
pip install .
pytest tests
pip install jinja2 PyYaml
pytest -o log_cli=true tests/test_resources.py -k 'not kubevirt'

0 comments on commit 1553970

Please sign in to comment.