add test for listing
This commit is contained in:
parent
5ebcf183e5
commit
7065639a26
plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository
|
@ -46,6 +46,16 @@
|
|||
repository: test_snapshot_get_repository
|
||||
snapshot: test_snapshot_get
|
||||
|
||||
- length: { snapshots: 1 }
|
||||
- match: { snapshots.0.snapshot : test_snapshot_get }
|
||||
|
||||
# List snapshot info
|
||||
- do:
|
||||
snapshot.get:
|
||||
repository: test_snapshot_get_repository
|
||||
snapshot: "*"
|
||||
|
||||
- length: { snapshots: 1 }
|
||||
- match: { snapshots.0.snapshot : test_snapshot_get }
|
||||
|
||||
# Remove our snapshot
|
||||
|
|
Loading…
Reference in New Issue