features/rbd_access.feature in uricp-0.0.20 vs features/rbd_access.feature in uricp-0.0.21
- old
+ new
@@ -30,11 +30,11 @@
"""
rbd snap protect --id libvirt 'servers/freedos.qcow2@base'
"""
And the output should contain:
"""
- rbd clone --no-progress --id libvirt 'servers/freedos.qcow2@base' 'servers/srv-testy'
+ rbd clone --id libvirt 'servers/freedos.qcow2@base' 'servers/srv-testy'
"""
Scenario: HTTP URI from file cache via unpopulated rbd cache
Given a correctly initialised cache at "/tmp/uricp"
And a 102400 byte file named "/tmp/uricp/cache/freedos.qcow2"
@@ -51,11 +51,11 @@
"""
rbd snap protect --id libvirt 'servers/freedos.qcow2@base'
"""
And the output should contain:
"""
- rbd clone --no-progress --id libvirt 'servers/freedos.qcow2@base' 'servers/srv-testy'
+ rbd clone --id libvirt 'servers/freedos.qcow2@base' 'servers/srv-testy'
"""
Scenario: HTTP URI to rbd via populated caches
Given a correctly initialised cache at "/tmp/uricp"
When I successfully run `uricp --dry-run --dry-cache --target-format=raw --cache=/tmp/uricp http://orbit.brightbox.com/v1/acc-tqs4c/downloads/freedos.qcow2 rbd:///servers/srv-testy`
@@ -63,11 +63,11 @@
"""
snap create
"""
And the output should contain:
"""
- rbd clone --no-progress --id libvirt 'servers/freedos.qcow2@base' 'servers/srv-testy'
+ rbd clone --id libvirt 'servers/freedos.qcow2@base' 'servers/srv-testy'
"""
Scenario: rbd to rbd - no cache
Given a correctly initialised cache at "/tmp/uricp"
When I successfully run `uricp --dry-run rbd:///servers/img-testy rbd:///servers/srv-testy`
@@ -87,11 +87,11 @@
"""
rbd snap rm --id libvirt 'servers/img-testy@uricp_snap';
"""
And the output should contain:
"""
- rbd clone --no-progress --id libvirt 'servers/img-testy@uricp_snap' 'servers/srv-testy'
+ rbd clone --id libvirt 'servers/img-testy@uricp_snap' 'servers/srv-testy'
"""
Scenario: rbd to rbd - unpopulated cache
Given a correctly initialised cache at "/tmp/uricp"
When I successfully run `uricp --dry-run --cache=/tmp/uricp rbd:///servers/srv-testy rbd:///servers/img-testy`
@@ -115,11 +115,11 @@
"""
rbd export --no-progress --id libvirt 'servers/srv-testy@uricp_snap' -
"""
And the output should contain:
"""
- rbd clone --no-progress --id libvirt 'servers/srv-testy@uricp_snap' 'servers/img-testy'
+ rbd clone --id libvirt 'servers/srv-testy@uricp_snap' 'servers/img-testy'
"""
And the output should not contain:
"""
rbd export --no-progress --id libvirt 'servers/img-testy@base' -
"""
@@ -143,11 +143,11 @@
"""
snap create
"""
And the output should contain:
"""
- rbd clone --no-progress --id libvirt 'servers/img-testy@base' 'servers/srv-testy'
+ rbd clone --id libvirt 'servers/img-testy@base' 'servers/srv-testy'
"""
Scenario: RBD export.
Given a correctly initialised cache at "/tmp/uricp"
When I successfully run `uricp --dry-run --compress rbd:///servers/srv-testy file:///tmp/img-testy`
@@ -204,10 +204,10 @@
"""
rbd export --no-progress --id libvirt 'servers/srv-testy@uricp_snap' -
"""
And the output should contain:
"""
- rbd clone --no-progress --id libvirt 'servers/srv-testy@uricp_snap' 'servers/img-testy'
+ rbd clone --id libvirt 'servers/srv-testy@uricp_snap' 'servers/img-testy'
"""
And the output should contain:
"""
rbd export --no-progress --id libvirt 'servers/img-testy@base' -
"""