Skip to content

Commit

Permalink
Adapt to changed output from fc-nixos VM creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
ctheune committed Dec 3, 2024
1 parent 65b9549 commit ce55fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ def test_create_vm_shows_error(vm, tmpdir):
fc-create-vm>\t> stderr:
fc-create-vm>\trbd: error opening image does-not-exist: (2) No such file or directory
...
fc-create-vm>\tsubprocess.CalledProcessError: Command '('rbd', '--format', 'json', '--id', 'host1', 'snap', 'ls', 'rbd.hdd/does-not-exist')' returned non-zero exit status 2.
fc-create-vm>\tsubprocess.CalledProcessError: Command ...'rbd', '--format', 'json', '--id', 'host1', 'snap', 'ls', 'rbd.hdd/does-not-exist'... returned non-zero exit status 2.
...
"""
)
Expand Down

0 comments on commit ce55fc8

Please sign in to comment.