features/rbd_access.feature in uricp-0.0.25 vs features/rbd_access.feature in uricp-0.0.26

- old
+ new

@@ -39,10 +39,10 @@ Given a correctly initialised cache at "/tmp/uricp" And a 102400 byte file named "/tmp/uricp/cache/freedos.qcow2" When I successfully run `uricp --dry-run --target-format=raw --cache=/tmp/uricp http://orbit.brightbox.com/v1/acc-tqs4c/downloads/freedos.qcow2 rbd:///servers/srv-testy` And the output should contain: """ - rbd import --no-progress --id libvirt '/tmp/uricp/cache/freedos.qcow2' 'servers/freedos.qcow2' + rbd import --no-progress --id libvirt - <'/tmp/uricp/cache/freedos.qcow2' 'servers/freedos.qcow2' """ And the output should contain: """ rbd snap create --id libvirt 'servers/freedos.qcow2@base' """